Html Css Color HEX #55240F Baker's Chocolate

📋 copy color: '#55240F'

red 85 ◦ green 36 ◦ blue 15

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

Shades of Baker's Chocolate #55240F

Tints of Baker's Chocolate #55240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 62.5%
G = 26.47%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55240F (or 0x55240F) is known color: Baker's Chocolate. HEX triplet: 55, 24 and 0F. RGB value is (85,36,15). Sum of RGB (Red+Green+Blue) = 85+36+15=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55240F is #AADBF0. Grayscale: #303030. Windows color (decimal): -11197425 or 992341. OLE color: 992341.

HSL color Cylindrical-coordinate representation of color #55240F: hue angle of 18º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55240F is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 36 15 -
CMYK 0 0.58 0.82 0.67
HSL 18º 0.7% 0.2% -
HSV(B) 18º 0.82% 0.33% -
XYZ 4.46 3.23 0.84 -
YUV 48.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 85 36 15 0 0.58 0.82 0.67 18 0.7 0.2
Hex 55 24 F 0 3A 52 43 12 46 14
Octal 125 44 17 0 72 122 103 22 106 24
Binary 1010101 100100 1111 0 111010 1010010 1000011 10010 1000110 10100

Color Harmonies of #55240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55240F

Black with #55240F

Text Example


Text Example

White with #55240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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