Html Css Color HEX #57330E Baker's Chocolate

📋 copy color: '#57330E'

red 87 ◦ green 51 ◦ blue 14

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

Shades of Baker's Chocolate #57330E

Tints of Baker's Chocolate #57330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.55%

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

R = 57.24%
G = 33.55%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57330E (or 0x57330E) is known color: Baker's Chocolate. HEX triplet: 57, 33 and 0E. RGB value is (87,51,14). Sum of RGB (Red+Green+Blue) = 87+51+14=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57330E is #A8CCF1. Grayscale: #393939. Windows color (decimal): -11062514 or 930647. OLE color: 930647.

HSL color Cylindrical-coordinate representation of color #57330E: hue angle of 30.41º 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 #57330E is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 51 14 -
CMYK 0 0.41 0.84 0.66
HSL 30.41º 0.72% 0.2% -
HSV(B) 30.41º 0.84% 0.34% -
XYZ 5.19 4.43 1 -
YUV 57.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 87 51 14 0 0.41 0.84 0.66 30.41 0.72 0.2
Hex 57 33 E 0 29 54 42 1E 48 14
Octal 127 63 16 0 51 124 102 36 110 24
Binary 1010111 110011 1110 0 101001 1010100 1000010 11110 1001000 10100

Color Harmonies of #57330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57330E

Black with #57330E

Text Example


Text Example

White with #57330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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