Html Css Color HEX #553709 Baker's Chocolate

📋 copy color: '#553709'

red 85 ◦ green 55 ◦ blue 9

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

Shades of Baker's Chocolate #553709

Tints of Baker's Chocolate #553709

RGB

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

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

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

R = 57.05%
G = 36.91%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#553709 (or 0x553709) is known color: Baker's Chocolate. HEX triplet: 55, 37 and 09. RGB value is (85,55,9). Sum of RGB (Red+Green+Blue) = 85+55+9=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #553709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553709 is #AAC8F6. Grayscale: #3A3A3A. Windows color (decimal): -11192567 or 603989. OLE color: 603989.

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

Color convert

RGB 85 55 9 -
CMYK 0 0.35 0.89 0.67
HSL 36.32º 0.81% 0.18% -
HSV(B) 36.32º 0.89% 0.33% -
XYZ 5.16 4.68 0.89 -
YUV 58.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 85 55 9 0 0.35 0.89 0.67 36.32 0.81 0.18
Hex 55 37 9 0 23 59 43 24 51 12
Octal 125 67 11 0 43 131 103 44 121 22
Binary 1010101 110111 1001 0 100011 1011001 1000011 100100 1010001 10010

Color Harmonies of #553709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553709

Black with #553709

Text Example


Text Example

White with #553709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553709; }

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

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

background-color css

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

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

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

border-color css

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

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

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