Html Css Color HEX #57270F Baker's Chocolate

📋 copy color: '#57270F'

red 87 ◦ green 39 ◦ blue 15

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

Shades of Baker's Chocolate #57270F

Tints of Baker's Chocolate #57270F

RGB

 RED value IS 87 (34.38% from 255) = 61.7%

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

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

R = 61.7%
G = 27.66%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57270F (or 0x57270F) is known color: Baker's Chocolate. HEX triplet: 57, 27 and 0F. RGB value is (87,39,15). Sum of RGB (Red+Green+Blue) = 87+39+15=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #57270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57270F is #A8D8F0. Grayscale: #323232. Windows color (decimal): -11065585 or 993111. OLE color: 993111.

HSL color Cylindrical-coordinate representation of color #57270F: hue angle of 20º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57270F is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 39 15 -
CMYK 0 0.55 0.83 0.66
HSL 20º 0.71% 0.2% -
HSV(B) 20º 0.83% 0.34% -
XYZ 4.74 3.51 0.88 -
YUV 50.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 87 39 15 0 0.55 0.83 0.66 20 0.71 0.2
Hex 57 27 F 0 37 53 42 14 47 14
Octal 127 47 17 0 67 123 102 24 107 24
Binary 1010111 100111 1111 0 110111 1010011 1000010 10100 1000111 10100

Color Harmonies of #57270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57270F

Black with #57270F

Text Example


Text Example

White with #57270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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