Html Css Color HEX #572709 Baker's Chocolate

📋 copy color: '#572709'

red 87 ◦ green 39 ◦ blue 9

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

Shades of Baker's Chocolate #572709

Tints of Baker's Chocolate #572709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.89%

 BLUE value IS 9 (3.91% from 255) = 6.67%

R = 64.44%
G = 28.89%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#572709 (or 0x572709) is known color: Baker's Chocolate. HEX triplet: 57, 27 and 09. RGB value is (87,39,9). Sum of RGB (Red+Green+Blue) = 87+39+9=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #572709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572709 is #A8D8F6. Grayscale: #323232. Windows color (decimal): -11065591 or 599895. OLE color: 599895.

HSL color Cylindrical-coordinate representation of color #572709: hue angle of 23.08º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #572709 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 39 9 -
CMYK 0 0.55 0.90 0.66
HSL 23.08º 0.81% 0.19% -
HSV(B) 23.08º 0.9% 0.34% -
XYZ 4.71 3.5 0.69 -
YUV 49.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 87 39 9 0 0.55 0.90 0.66 23.08 0.81 0.19
Hex 57 27 9 0 37 5A 42 17 51 13
Octal 127 47 11 0 67 132 102 27 121 23
Binary 1010111 100111 1001 0 110111 1011010 1000010 10111 1010001 10011

Color Harmonies of #572709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572709

Black with #572709

Text Example


Text Example

White with #572709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572709; }

 p { color: rgb(87,39,9); }

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

background-color css

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

 a { background-color: rgb(87,39,9); }

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

border-color css

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

 span { border-color: rgb(87,39,9); }

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