Html Css Color HEX #553900 Baker's Chocolate

📋 copy color: '#553900'

red 85 ◦ green 57 ◦ blue 0

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

Shades of Baker's Chocolate #553900

Tints of Baker's Chocolate #553900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.86%
G = 40.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#553900 (or 0x553900) is known color: Baker's Chocolate. HEX triplet: 55, 39 and 00. RGB value is (85,57,0). Sum of RGB (Red+Green+Blue) = 85+57+0=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #553900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553900 is #AAC6FF. Grayscale: #3B3B3B. Windows color (decimal): -11192064 or 14677. OLE color: 14677.

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

Color convert

RGB 85 57 0 -
CMYK 0 0.33 1 0.67
HSL 40.24º 1% 0.17% -
HSV(B) 40.24º 1% 0.33% -
XYZ 5.21 4.86 0.66 -
YUV 58.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 85 57 0 0 0.33 1 0.67 40.24 1 0.17
Hex 55 39 0 0 21 64 43 28 64 11
Octal 125 71 0 0 41 144 103 50 144 21
Binary 1010101 111001 0 0 100001 1100100 1000011 101000 1100100 10001

Color Harmonies of #553900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553900

Black with #553900

Text Example


Text Example

White with #553900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553900; }

 p { color: rgb(85,57,0); }

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

background-color css

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

 a { background-color: rgb(85,57,0); }

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

border-color css

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

 span { border-color: rgb(85,57,0); }

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