Html Css Color HEX #57230E Baker's Chocolate

📋 copy color: '#57230E'

red 87 ◦ green 35 ◦ blue 14

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

Shades of Baker's Chocolate #57230E

Tints of Baker's Chocolate #57230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.29%

R = 63.97%
G = 25.74%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57230E (or 0x57230E) is known color: Baker's Chocolate. HEX triplet: 57, 23 and 0E. RGB value is (87,35,14). Sum of RGB (Red+Green+Blue) = 87+35+14=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #57230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57230E is #A8DCF1. Grayscale: #303030. Windows color (decimal): -11066610 or 926551. OLE color: 926551.

HSL color Cylindrical-coordinate representation of color #57230E: hue angle of 17.26º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57230E is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 35 14 -
CMYK 0 0.60 0.84 0.66
HSL 17.26º 0.72% 0.2% -
HSV(B) 17.26º 0.84% 0.34% -
XYZ 4.61 3.26 0.8 -
YUV 48.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 87 35 14 0 0.60 0.84 0.66 17.26 0.72 0.2
Hex 57 23 E 0 3C 54 42 11 48 14
Octal 127 43 16 0 74 124 102 21 110 24
Binary 1010111 100011 1110 0 111100 1010100 1000010 10001 1001000 10100

Color Harmonies of #57230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57230E

Black with #57230E

Text Example


Text Example

White with #57230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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