Html Css Color HEX #553C08 Baker's Chocolate

📋 copy color: '#553C08'

red 85 ◦ green 60 ◦ blue 8

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

Shades of Baker's Chocolate #553C08

Tints of Baker's Chocolate #553C08

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.22%

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

R = 55.56%
G = 39.22%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#553C08 (or 0x553C08) is known color: Baker's Chocolate. HEX triplet: 55, 3C and 08. RGB value is (85,60,8). Sum of RGB (Red+Green+Blue) = 85+60+8=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #553C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C08 is #AAC3F7. Grayscale: #3D3D3D. Windows color (decimal): -11191288 or 539733. OLE color: 539733.

HSL color Cylindrical-coordinate representation of color #553C08: hue angle of 40.52º 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 #553C08 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 60 8 -
CMYK 0 0.29 0.91 0.67
HSL 40.52º 0.83% 0.18% -
HSV(B) 40.52º 0.91% 0.33% -
XYZ 5.41 5.18 0.94 -
YUV 61.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 85 60 8 0 0.29 0.91 0.67 40.52 0.83 0.18
Hex 55 3C 8 0 1D 5B 43 29 53 12
Octal 125 74 10 0 35 133 103 51 123 22
Binary 1010101 111100 1000 0 11101 1011011 1000011 101001 1010011 10010

Color Harmonies of #553C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C08

Black with #553C08

Text Example


Text Example

White with #553C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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