Html Css Color HEX #57250A Baker's Chocolate

📋 copy color: '#57250A'

red 87 ◦ green 37 ◦ blue 10

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

Shades of Baker's Chocolate #57250A

Tints of Baker's Chocolate #57250A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.61%

 BLUE value IS 10 (4.3% from 255) = 7.46%

R = 64.93%
G = 27.61%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57250A (or 0x57250A) is known color: Baker's Chocolate. HEX triplet: 57, 25 and 0A. RGB value is (87,37,10). Sum of RGB (Red+Green+Blue) = 87+37+10=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57250A is #A8DAF5. Grayscale: #313131. Windows color (decimal): -11066102 or 664919. OLE color: 664919.

HSL color Cylindrical-coordinate representation of color #57250A: hue angle of 21.04º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57250A is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 37 10 -
CMYK 0 0.57 0.89 0.66
HSL 21.04º 0.79% 0.19% -
HSV(B) 21.04º 0.89% 0.34% -
XYZ 4.65 3.37 0.69 -
YUV 48.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 87 37 10 0 0.57 0.89 0.66 21.04 0.79 0.19
Hex 57 25 A 0 39 59 42 15 4F 13
Octal 127 45 12 0 71 131 102 25 117 23
Binary 1010111 100101 1010 0 111001 1011001 1000010 10101 1001111 10011

Color Harmonies of #57250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57250A

Black with #57250A

Text Example


Text Example

White with #57250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57250A; }

 p { color: rgb(87,37,10); }

 H1.HeaderClassName
 {
   color: #57250A;
 }
 .AnyTagClassName
 {
   color: #57250A;
 }
</style>

background-color css

<style>
 a { background-color: #57250A; }

 a { background-color: rgb(87,37,10); }

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

border-color css

<style>
 span { border-color: #57250A; }

 span { border-color: rgb(87,37,10); }

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