Html Css Color HEX #57230A Baker's Chocolate

📋 copy color: '#57230A'

red 87 ◦ green 35 ◦ blue 10

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

Shades of Baker's Chocolate #57230A

Tints of Baker's Chocolate #57230A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.52%

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

R = 65.91%
G = 26.52%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57230A (or 0x57230A) is known color: Baker's Chocolate. HEX triplet: 57, 23 and 0A. RGB value is (87,35,10). Sum of RGB (Red+Green+Blue) = 87+35+10=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57230A is #A8DCF5. Grayscale: #2F2F2F. Windows color (decimal): -11066614 or 664407. OLE color: 664407.

HSL color Cylindrical-coordinate representation of color #57230A: hue angle of 19.48º 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 #57230A is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 35 10 -
CMYK 0 0.60 0.89 0.66
HSL 19.48º 0.79% 0.19% -
HSV(B) 19.48º 0.89% 0.34% -
XYZ 4.59 3.25 0.67 -
YUV 47.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 87 35 10 0 0.60 0.89 0.66 19.48 0.79 0.19
Hex 57 23 A 0 3C 59 42 13 4F 13
Octal 127 43 12 0 74 131 102 23 117 23
Binary 1010111 100011 1010 0 111100 1011001 1000010 10011 1001111 10011

Color Harmonies of #57230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57230A

Black with #57230A

Text Example


Text Example

White with #57230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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