Html Css Color HEX #553A09 Baker's Chocolate

📋 copy color: '#553A09'

red 85 ◦ green 58 ◦ blue 9

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

Shades of Baker's Chocolate #553A09

Tints of Baker's Chocolate #553A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.16%

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

R = 55.92%
G = 38.16%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#553A09 (or 0x553A09) is known color: Baker's Chocolate. HEX triplet: 55, 3A and 09. RGB value is (85,58,9). Sum of RGB (Red+Green+Blue) = 85+58+9=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #553A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553A09 is #AAC5F6. Grayscale: #3C3C3C. Windows color (decimal): -11191799 or 604757. OLE color: 604757.

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

Color convert

RGB 85 58 9 -
CMYK 0 0.32 0.89 0.67
HSL 38.68º 0.81% 0.18% -
HSV(B) 38.68º 0.89% 0.33% -
XYZ 5.31 4.98 0.94 -
YUV 60.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 85 58 9 0 0.32 0.89 0.67 38.68 0.81 0.18
Hex 55 3A 9 0 20 59 43 27 51 12
Octal 125 72 11 0 40 131 103 47 121 22
Binary 1010101 111010 1001 0 100000 1011001 1000011 100111 1010001 10010

Color Harmonies of #553A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A09

Black with #553A09

Text Example


Text Example

White with #553A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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