Html Css Color HEX #552C0D Baker's Chocolate

📋 copy color: '#552C0D'

red 85 ◦ green 44 ◦ blue 13

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

Shades of Baker's Chocolate #552C0D

Tints of Baker's Chocolate #552C0D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.99%

 BLUE value IS 13 (5.47% from 255) = 9.15%

R = 59.86%
G = 30.99%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#552C0D (or 0x552C0D) is known color: Baker's Chocolate. HEX triplet: 55, 2C and 0D. RGB value is (85,44,13). Sum of RGB (Red+Green+Blue) = 85+44+13=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552C0D is #AAD3F2. Grayscale: #343434. Windows color (decimal): -11195379 or 863317. OLE color: 863317.

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

Color convert

RGB 85 44 13 -
CMYK 0 0.48 0.85 0.67
HSL 25.83º 0.73% 0.19% -
HSV(B) 25.83º 0.85% 0.33% -
XYZ 4.72 3.76 0.86 -
YUV 52.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 85 44 13 0 0.48 0.85 0.67 25.83 0.73 0.19
Hex 55 2C D 0 30 55 43 1A 49 13
Octal 125 54 15 0 60 125 103 32 111 23
Binary 1010101 101100 1101 0 110000 1010101 1000011 11010 1001001 10011

Color Harmonies of #552C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C0D

Black with #552C0D

Text Example


Text Example

White with #552C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,44,13); }

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

background-color css

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

 a { background-color: rgb(85,44,13); }

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

border-color css

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

 span { border-color: rgb(85,44,13); }

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