Html Css Color HEX #55370F Baker's Chocolate

📋 copy color: '#55370F'

red 85 ◦ green 55 ◦ blue 15

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

Shades of Baker's Chocolate #55370F

Tints of Baker's Chocolate #55370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.48%

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

R = 54.84%
G = 35.48%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55370F (or 0x55370F) is known color: Baker's Chocolate. HEX triplet: 55, 37 and 0F. RGB value is (85,55,15). Sum of RGB (Red+Green+Blue) = 85+55+15=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55370F is #AAC8F0. Grayscale: #3B3B3B. Windows color (decimal): -11192561 or 997205. OLE color: 997205.

HSL color Cylindrical-coordinate representation of color #55370F: hue angle of 34.29º 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 #55370F is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 55 15 -
CMYK 0 0.35 0.82 0.67
HSL 34.29º 0.7% 0.2% -
HSV(B) 34.29º 0.82% 0.33% -
XYZ 5.2 4.7 1.08 -
YUV 59.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 85 55 15 0 0.35 0.82 0.67 34.29 0.7 0.2
Hex 55 37 F 0 23 52 43 22 46 14
Octal 125 67 17 0 43 122 103 42 106 24
Binary 1010101 110111 1111 0 100011 1010010 1000011 100010 1000110 10100

Color Harmonies of #55370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55370F

Black with #55370F

Text Example


Text Example

White with #55370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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