Html Css Color HEX #552912 Baker's Chocolate

📋 copy color: '#552912'

red 85 ◦ green 41 ◦ blue 18

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

Shades of Baker's Chocolate #552912

Tints of Baker's Chocolate #552912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.47%

 BLUE value IS 18 (7.42% from 255) = 12.5%

R = 59.03%
G = 28.47%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#552912 (or 0x552912) is known color: Baker's Chocolate. HEX triplet: 55, 29 and 12. RGB value is (85,41,18). Sum of RGB (Red+Green+Blue) = 85+41+18=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #552912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552912 is #AAD6ED. Grayscale: #333333. Windows color (decimal): -11196142 or 1190229. OLE color: 1190229.

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

Color convert

RGB 85 41 18 -
CMYK 0 0.52 0.79 0.67
HSL 20.6º 0.65% 0.2% -
HSV(B) 20.6º 0.79% 0.33% -
XYZ 4.65 3.56 1.01 -
YUV 51.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 85 41 18 0 0.52 0.79 0.67 20.6 0.65 0.2
Hex 55 29 12 0 34 4F 43 15 41 14
Octal 125 51 22 0 64 117 103 25 101 24
Binary 1010101 101001 10010 0 110100 1001111 1000011 10101 1000001 10100

Color Harmonies of #552912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552912

Black with #552912

Text Example


Text Example

White with #552912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552912; }

 p { color: rgb(85,41,18); }

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

background-color css

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

 a { background-color: rgb(85,41,18); }

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

border-color css

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

 span { border-color: rgb(85,41,18); }

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