Html Css Color HEX #57260A Baker's Chocolate

📋 copy color: '#57260A'

red 87 ◦ green 38 ◦ blue 10

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

Shades of Baker's Chocolate #57260A

Tints of Baker's Chocolate #57260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.15%

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

R = 64.44%
G = 28.15%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57260A (or 0x57260A) is known color: Baker's Chocolate. HEX triplet: 57, 26 and 0A. RGB value is (87,38,10). Sum of RGB (Red+Green+Blue) = 87+38+10=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57260A is #A8D9F5. Grayscale: #313131. Windows color (decimal): -11065846 or 665175. OLE color: 665175.

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

Color convert

RGB 87 38 10 -
CMYK 0 0.56 0.89 0.66
HSL 21.82º 0.79% 0.19% -
HSV(B) 21.82º 0.89% 0.34% -
XYZ 4.68 3.43 0.7 -
YUV 49.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 87 38 10 0 0.56 0.89 0.66 21.82 0.79 0.19
Hex 57 26 A 0 38 59 42 16 4F 13
Octal 127 46 12 0 70 131 102 26 117 23
Binary 1010111 100110 1010 0 111000 1011001 1000010 10110 1001111 10011

Color Harmonies of #57260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57260A

Black with #57260A

Text Example


Text Example

White with #57260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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