Html Css Color HEX #55240E Baker's Chocolate

📋 copy color: '#55240E'

red 85 ◦ green 36 ◦ blue 14

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

Shades of Baker's Chocolate #55240E

Tints of Baker's Chocolate #55240E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.67%

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

R = 62.96%
G = 26.67%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#55240E (or 0x55240E) is known color: Baker's Chocolate. HEX triplet: 55, 24 and 0E. RGB value is (85,36,14). Sum of RGB (Red+Green+Blue) = 85+36+14=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55240E is #AADBF1. Grayscale: #303030. Windows color (decimal): -11197426 or 926805. OLE color: 926805.

HSL color Cylindrical-coordinate representation of color #55240E: hue angle of 18.59º 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 #55240E is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 36 14 -
CMYK 0 0.58 0.84 0.67
HSL 18.59º 0.72% 0.19% -
HSV(B) 18.59º 0.84% 0.33% -
XYZ 4.46 3.22 0.8 -
YUV 48.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 85 36 14 0 0.58 0.84 0.67 18.59 0.72 0.19
Hex 55 24 E 0 3A 54 43 13 48 13
Octal 125 44 16 0 72 124 103 23 110 23
Binary 1010101 100100 1110 0 111010 1010100 1000011 10011 1001000 10011

Color Harmonies of #55240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55240E

Black with #55240E

Text Example


Text Example

White with #55240E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55240E; }

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

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

background-color css

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

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

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

border-color css

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

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

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