Html Css Color HEX #552C0E Baker's Chocolate

📋 copy color: '#552C0E'

red 85 ◦ green 44 ◦ blue 14

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

Shades of Baker's Chocolate #552C0E

Tints of Baker's Chocolate #552C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.79%

R = 59.44%
G = 30.77%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#552C0E (or 0x552C0E) is known color: Baker's Chocolate. HEX triplet: 55, 2C and 0E. RGB value is (85,44,14). Sum of RGB (Red+Green+Blue) = 85+44+14=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #552C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552C0E is #AAD3F1. Grayscale: #343434. Windows color (decimal): -11195378 or 928853. OLE color: 928853.

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

Color convert

RGB 85 44 14 -
CMYK 0 0.48 0.84 0.67
HSL 25.35º 0.72% 0.19% -
HSV(B) 25.35º 0.84% 0.33% -
XYZ 4.73 3.76 0.89 -
YUV 52.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 85 44 14 0 0.48 0.84 0.67 25.35 0.72 0.19
Hex 55 2C E 0 30 54 43 19 48 13
Octal 125 54 16 0 60 124 103 31 110 23
Binary 1010101 101100 1110 0 110000 1010100 1000011 11001 1001000 10011

Color Harmonies of #552C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C0E

Black with #552C0E

Text Example


Text Example

White with #552C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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