Html Css Color HEX #553608 Baker's Chocolate

📋 copy color: '#553608'

red 85 ◦ green 54 ◦ blue 8

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

Shades of Baker's Chocolate #553608

Tints of Baker's Chocolate #553608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.73%

 BLUE value IS 8 (3.52% from 255) = 5.44%

R = 57.82%
G = 36.73%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#553608 (or 0x553608) is known color: Baker's Chocolate. HEX triplet: 55, 36 and 08. RGB value is (85,54,8). Sum of RGB (Red+Green+Blue) = 85+54+8=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #553608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553608 is #AAC9F7. Grayscale: #3A3A3A. Windows color (decimal): -11192824 or 538197. OLE color: 538197.

HSL color Cylindrical-coordinate representation of color #553608: hue angle of 35.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #553608 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 54 8 -
CMYK 0 0.36 0.91 0.67
HSL 35.84º 0.83% 0.18% -
HSV(B) 35.84º 0.91% 0.33% -
XYZ 5.11 4.59 0.85 -
YUV 58.03 99.77 147.24 -
System Red Green Blue C M Y K H S L
Decimal 85 54 8 0 0.36 0.91 0.67 35.84 0.83 0.18
Hex 55 36 8 0 24 5B 43 24 53 12
Octal 125 66 10 0 44 133 103 44 123 22
Binary 1010101 110110 1000 0 100100 1011011 1000011 100100 1010011 10010

Color Harmonies of #553608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553608

Black with #553608

Text Example


Text Example

White with #553608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553608; }

 p { color: rgb(85,54,8); }

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

background-color css

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

 a { background-color: rgb(85,54,8); }

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

border-color css

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

 span { border-color: rgb(85,54,8); }

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