Html Css Color HEX #55270F Baker's Chocolate

📋 copy color: '#55270F'

red 85 ◦ green 39 ◦ blue 15

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

Shades of Baker's Chocolate #55270F

Tints of Baker's Chocolate #55270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.06%

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

R = 61.15%
G = 28.06%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55270F (or 0x55270F) is known color: Baker's Chocolate. HEX triplet: 55, 27 and 0F. RGB value is (85,39,15). Sum of RGB (Red+Green+Blue) = 85+39+15=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #55270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55270F is #AAD8F0. Grayscale: #323232. Windows color (decimal): -11196657 or 993109. OLE color: 993109.

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

Color convert

RGB 85 39 15 -
CMYK 0 0.54 0.82 0.67
HSL 20.57º 0.7% 0.2% -
HSV(B) 20.57º 0.82% 0.33% -
XYZ 4.56 3.42 0.87 -
YUV 50.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 85 39 15 0 0.54 0.82 0.67 20.57 0.7 0.2
Hex 55 27 F 0 36 52 43 15 46 14
Octal 125 47 17 0 66 122 103 25 106 24
Binary 1010101 100111 1111 0 110110 1010010 1000011 10101 1000110 10100

Color Harmonies of #55270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55270F

Black with #55270F

Text Example


Text Example

White with #55270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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