Html Css Color HEX #553A1B Brown Bramble

📋 copy color: '#553A1B'

red 85 ◦ green 58 ◦ blue 27

#553A1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Bramble #553A1B

Tints of Brown Bramble #553A1B

RGB

 RED value IS 85 (33.59% from 255) = 50%

 GREEN value IS 58 (23.05% from 255) = 34.12%

 BLUE value IS 27 (10.94% from 255) = 15.88%

R = 50%
G = 34.12%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#553A1B (or 0x553A1B) is known color: Brown Bramble. HEX triplet: 55, 3A and 1B. RGB value is (85,58,27). Sum of RGB (Red+Green+Blue) = 85+58+27=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #553A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A1B is #AAC5E4. Grayscale: #3E3E3E. Windows color (decimal): -11191781 or 1784405. OLE color: 1784405.

HSL color Cylindrical-coordinate representation of color #553A1B: hue angle of 32.07º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #553A1B is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 58 27 -
CMYK 0 0.32 0.68 0.67
HSL 32.07º 0.52% 0.22% -
HSV(B) 32.07º 0.68% 0.33% -
XYZ 5.46 5.04 1.72 -
YUV 62.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 85 58 27 0 0.32 0.68 0.67 32.07 0.52 0.22
Hex 55 3A 1B 0 20 44 43 20 34 16
Octal 125 72 33 0 40 104 103 40 64 26
Binary 1010101 111010 11011 0 100000 1000100 1000011 100000 110100 10110

Color Harmonies of #553A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A1B

Black with #553A1B

Text Example


Text Example

White with #553A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553A1B; }

 p { color: rgb(85,58,27); }

 H1.HeaderClassName
 {
   color: #553A1B;
 }
 .AnyTagClassName
 {
   color: #553A1B;
 }
</style>

background-color css

<style>
 a { background-color: #553A1B; }

 a { background-color: rgb(85,58,27); }

 div.DivClassName
 {
   background-color: #553A1B;
 }
 .BgClassName
 {
   background-color: #553A1B;
 }
</style>

border-color css

<style>
 span { border-color: #553A1B; }

 span { border-color: rgb(85,58,27); }

 td.TdClassName
 {
   border-color: #553A1B;
 }
 .TagClassName
 {
   border-color: #553A1B;
 }
</style>