Html Css Color HEX #553011 Baker's Chocolate

📋 copy color: '#553011'

red 85 ◦ green 48 ◦ blue 17

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

Shades of Baker's Chocolate #553011

Tints of Baker's Chocolate #553011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

 BLUE value IS 17 (7.03% from 255) = 11.33%

R = 56.67%
G = 32%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#553011 (or 0x553011) is known color: Baker's Chocolate. HEX triplet: 55, 30 and 11. RGB value is (85,48,17). Sum of RGB (Red+Green+Blue) = 85+48+17=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #553011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553011 is #AACFEE. Grayscale: #373737. Windows color (decimal): -11194351 or 1126485. OLE color: 1126485.

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

Color convert

RGB 85 48 17 -
CMYK 0 0.44 0.80 0.67
HSL 27.35º 0.67% 0.2% -
HSV(B) 27.35º 0.8% 0.33% -
XYZ 4.9 4.09 1.06 -
YUV 55.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 85 48 17 0 0.44 0.80 0.67 27.35 0.67 0.2
Hex 55 30 11 0 2C 50 43 1B 43 14
Octal 125 60 21 0 54 120 103 33 103 24
Binary 1010101 110000 10001 0 101100 1010000 1000011 11011 1000011 10100

Color Harmonies of #553011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553011

Black with #553011

Text Example


Text Example

White with #553011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553011; }

 p { color: rgb(85,48,17); }

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

background-color css

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

 a { background-color: rgb(85,48,17); }

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

border-color css

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

 span { border-color: rgb(85,48,17); }

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