Html Css Color HEX #553700 Baker's Chocolate

📋 copy color: '#553700'

red 85 ◦ green 55 ◦ blue 0

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

Shades of Baker's Chocolate #553700

Tints of Baker's Chocolate #553700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.29%

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

R = 60.71%
G = 39.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#553700 (or 0x553700) is known color: Baker's Chocolate. HEX triplet: 55, 37 and 00. RGB value is (85,55,0). Sum of RGB (Red+Green+Blue) = 85+55+0=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #553700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553700 is #AAC8FF. Grayscale: #393939. Windows color (decimal): -11192576 or 14165. OLE color: 14165.

HSL color Cylindrical-coordinate representation of color #553700: hue angle of 38.82º 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 #553700 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 55 0 -
CMYK 0 0.35 1 0.67
HSL 38.82º 1% 0.17% -
HSV(B) 38.82º 1% 0.33% -
XYZ 5.11 4.66 0.63 -
YUV 57.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 85 55 0 0 0.35 1 0.67 38.82 1 0.17
Hex 55 37 0 0 23 64 43 27 64 11
Octal 125 67 0 0 43 144 103 47 144 21
Binary 1010101 110111 0 0 100011 1100100 1000011 100111 1100100 10001

Color Harmonies of #553700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553700

Black with #553700

Text Example


Text Example

White with #553700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553700; }

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

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

background-color css

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

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

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

border-color css

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

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

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