Html Css Color HEX #553D09 Baker's Chocolate

📋 copy color: '#553D09'

red 85 ◦ green 61 ◦ blue 9

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

Shades of Baker's Chocolate #553D09

Tints of Baker's Chocolate #553D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.35%

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

R = 54.84%
G = 39.35%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#553D09 (or 0x553D09) is known color: Baker's Chocolate. HEX triplet: 55, 3D and 09. RGB value is (85,61,9). Sum of RGB (Red+Green+Blue) = 85+61+9=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #553D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D09 is #AAC2F6. Grayscale: #3E3E3E. Windows color (decimal): -11191031 or 605525. OLE color: 605525.

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

Color convert

RGB 85 61 9 -
CMYK 0 0.28 0.89 0.67
HSL 41.05º 0.81% 0.18% -
HSV(B) 41.05º 0.89% 0.33% -
XYZ 5.46 5.29 0.99 -
YUV 62.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 85 61 9 0 0.28 0.89 0.67 41.05 0.81 0.18
Hex 55 3D 9 0 1C 59 43 29 51 12
Octal 125 75 11 0 34 131 103 51 121 22
Binary 1010101 111101 1001 0 11100 1011001 1000011 101001 1010001 10010

Color Harmonies of #553D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D09

Black with #553D09

Text Example


Text Example

White with #553D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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