Html Css Color HEX #57230F Baker's Chocolate

📋 copy color: '#57230F'

red 87 ◦ green 35 ◦ blue 15

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

Shades of Baker's Chocolate #57230F

Tints of Baker's Chocolate #57230F

RGB

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

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

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

R = 63.5%
G = 25.55%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57230F (or 0x57230F) is known color: Baker's Chocolate. HEX triplet: 57, 23 and 0F. RGB value is (87,35,15). Sum of RGB (Red+Green+Blue) = 87+35+15=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #57230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57230F is #A8DCF0. Grayscale: #303030. Windows color (decimal): -11066609 or 992087. OLE color: 992087.

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

Color convert

RGB 87 35 15 -
CMYK 0 0.60 0.83 0.66
HSL 16.67º 0.71% 0.2% -
HSV(B) 16.67º 0.83% 0.34% -
XYZ 4.62 3.26 0.84 -
YUV 48.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 87 35 15 0 0.60 0.83 0.66 16.67 0.71 0.2
Hex 57 23 F 0 3C 53 42 11 47 14
Octal 127 43 17 0 74 123 102 21 107 24
Binary 1010111 100011 1111 0 111100 1010011 1000010 10001 1000111 10100

Color Harmonies of #57230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57230F

Black with #57230F

Text Example


Text Example

White with #57230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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