Html Css Color HEX #552812 Baker's Chocolate

📋 copy color: '#552812'

red 85 ◦ green 40 ◦ blue 18

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

Shades of Baker's Chocolate #552812

Tints of Baker's Chocolate #552812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.97%

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

R = 59.44%
G = 27.97%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#552812 (or 0x552812) is known color: Baker's Chocolate. HEX triplet: 55, 28 and 12. RGB value is (85,40,18). Sum of RGB (Red+Green+Blue) = 85+40+18=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #552812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552812 is #AAD7ED. Grayscale: #333333. Windows color (decimal): -11196398 or 1189973. OLE color: 1189973.

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

Color convert

RGB 85 40 18 -
CMYK 0 0.53 0.79 0.67
HSL 19.7º 0.65% 0.2% -
HSV(B) 19.7º 0.79% 0.33% -
XYZ 4.61 3.49 1 -
YUV 50.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 85 40 18 0 0.53 0.79 0.67 19.7 0.65 0.2
Hex 55 28 12 0 35 4F 43 14 41 14
Octal 125 50 22 0 65 117 103 24 101 24
Binary 1010101 101000 10010 0 110101 1001111 1000011 10100 1000001 10100

Color Harmonies of #552812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552812

Black with #552812

Text Example


Text Example

White with #552812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552812; }

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

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

background-color css

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

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

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

border-color css

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

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

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