Html Css Color HEX #572E01 Baker's Chocolate

📋 copy color: '#572E01'

red 87 ◦ green 46 ◦ blue 1

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

Shades of Baker's Chocolate #572E01

Tints of Baker's Chocolate #572E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.33%

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 64.93%
G = 34.33%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#572E01 (or 0x572E01) is known color: Baker's Chocolate. HEX triplet: 57, 2E and 01. RGB value is (87,46,1). Sum of RGB (Red+Green+Blue) = 87+46+1=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #572E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572E01 is #A8D1FE. Grayscale: #353535. Windows color (decimal): -11063807 or 77399. OLE color: 77399.

HSL color Cylindrical-coordinate representation of color #572E01: hue angle of 31.4º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #572E01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 46 1 -
CMYK 0 0.47 0.99 0.66
HSL 31.4º 0.98% 0.17% -
HSV(B) 31.4º 0.99% 0.34% -
XYZ 4.91 3.98 0.54 -
YUV 53.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 87 46 1 0 0.47 0.99 0.66 31.4 0.98 0.17
Hex 57 2E 1 0 2F 63 42 1F 62 11
Octal 127 56 1 0 57 143 102 37 142 21
Binary 1010111 101110 1 0 101111 1100011 1000010 11111 1100010 10001

Color Harmonies of #572E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E01

Black with #572E01

Text Example


Text Example

White with #572E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572E01; }

 p { color: rgb(87,46,1); }

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

background-color css

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

 a { background-color: rgb(87,46,1); }

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

border-color css

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

 span { border-color: rgb(87,46,1); }

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