Html Css Color HEX #552D0C Baker's Chocolate

📋 copy color: '#552D0C'

red 85 ◦ green 45 ◦ blue 12

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

Shades of Baker's Chocolate #552D0C

Tints of Baker's Chocolate #552D0C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.69%

 BLUE value IS 12 (5.08% from 255) = 8.45%

R = 59.86%
G = 31.69%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#552D0C (or 0x552D0C) is known color: Baker's Chocolate. HEX triplet: 55, 2D and 0C. RGB value is (85,45,12). Sum of RGB (Red+Green+Blue) = 85+45+12=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D0C is #AAD2F3. Grayscale: #353535. Windows color (decimal): -11195124 or 798037. OLE color: 798037.

HSL color Cylindrical-coordinate representation of color #552D0C: hue angle of 27.12º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #552D0C is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 45 12 -
CMYK 0 0.47 0.86 0.67
HSL 27.12º 0.75% 0.19% -
HSV(B) 27.12º 0.86% 0.33% -
XYZ 4.75 3.83 0.84 -
YUV 53.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 85 45 12 0 0.47 0.86 0.67 27.12 0.75 0.19
Hex 55 2D C 0 2F 56 43 1B 4B 13
Octal 125 55 14 0 57 126 103 33 113 23
Binary 1010101 101101 1100 0 101111 1010110 1000011 11011 1001011 10011

Color Harmonies of #552D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D0C

Black with #552D0C

Text Example


Text Example

White with #552D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552D0C; }

 p { color: rgb(85,45,12); }

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

background-color css

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

 a { background-color: rgb(85,45,12); }

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

border-color css

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

 span { border-color: rgb(85,45,12); }

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