Html Css Color HEX #553C09 Baker's Chocolate

📋 copy color: '#553C09'

red 85 ◦ green 60 ◦ blue 9

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

Shades of Baker's Chocolate #553C09

Tints of Baker's Chocolate #553C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.84%

R = 55.19%
G = 38.96%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#553C09 (or 0x553C09) is known color: Baker's Chocolate. HEX triplet: 55, 3C and 09. RGB value is (85,60,9). Sum of RGB (Red+Green+Blue) = 85+60+9=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #553C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C09 is #AAC3F6. Grayscale: #3D3D3D. Windows color (decimal): -11191287 or 605269. OLE color: 605269.

HSL color Cylindrical-coordinate representation of color #553C09: hue angle of 40.26º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #553C09 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 60 9 -
CMYK 0 0.29 0.89 0.67
HSL 40.26º 0.81% 0.18% -
HSV(B) 40.26º 0.89% 0.33% -
XYZ 5.41 5.18 0.97 -
YUV 61.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 85 60 9 0 0.29 0.89 0.67 40.26 0.81 0.18
Hex 55 3C 9 0 1D 59 43 28 51 12
Octal 125 74 11 0 35 131 103 50 121 22
Binary 1010101 111100 1001 0 11101 1011001 1000011 101000 1010001 10010

Color Harmonies of #553C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C09

Black with #553C09

Text Example


Text Example

White with #553C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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