Html Css Color HEX #553009 Baker's Chocolate

📋 copy color: '#553009'

red 85 ◦ green 48 ◦ blue 9

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

Shades of Baker's Chocolate #553009

Tints of Baker's Chocolate #553009

RGB

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

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

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

R = 59.86%
G = 33.8%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#553009 (or 0x553009) is known color: Baker's Chocolate. HEX triplet: 55, 30 and 09. RGB value is (85,48,9). Sum of RGB (Red+Green+Blue) = 85+48+9=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #553009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553009 is #AACFF6. Grayscale: #363636. Windows color (decimal): -11194359 or 602197. OLE color: 602197.

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

Color convert

RGB 85 48 9 -
CMYK 0 0.44 0.89 0.67
HSL 30.79º 0.81% 0.18% -
HSV(B) 30.79º 0.89% 0.33% -
XYZ 4.85 4.06 0.79 -
YUV 54.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 85 48 9 0 0.44 0.89 0.67 30.79 0.81 0.18
Hex 55 30 9 0 2C 59 43 1F 51 12
Octal 125 60 11 0 54 131 103 37 121 22
Binary 1010101 110000 1001 0 101100 1011001 1000011 11111 1010001 10010

Color Harmonies of #553009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553009

Black with #553009

Text Example


Text Example

White with #553009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553009; }

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

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

background-color css

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

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

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

border-color css

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

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

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