Html Css Color HEX #573007 Baker's Chocolate

📋 copy color: '#573007'

red 87 ◦ green 48 ◦ blue 7

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

Shades of Baker's Chocolate #573007

Tints of Baker's Chocolate #573007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.8%

 BLUE value IS 7 (3.13% from 255) = 4.93%

R = 61.27%
G = 33.8%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#573007 (or 0x573007) is known color: Baker's Chocolate. HEX triplet: 57, 30 and 07. RGB value is (87,48,7). Sum of RGB (Red+Green+Blue) = 87+48+7=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #573007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573007 is #A8CFF8. Grayscale: #373737. Windows color (decimal): -11063289 or 471127. OLE color: 471127.

HSL color Cylindrical-coordinate representation of color #573007: hue angle of 30.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #573007 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 48 7 -
CMYK 0 0.45 0.92 0.66
HSL 30.75º 0.85% 0.18% -
HSV(B) 30.75º 0.92% 0.34% -
XYZ 5.03 4.16 0.74 -
YUV 54.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 87 48 7 0 0.45 0.92 0.66 30.75 0.85 0.18
Hex 57 30 7 0 2D 5C 42 1F 55 12
Octal 127 60 7 0 55 134 102 37 125 22
Binary 1010111 110000 111 0 101101 1011100 1000010 11111 1010101 10010

Color Harmonies of #573007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573007

Black with #573007

Text Example


Text Example

White with #573007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573007; }

 p { color: rgb(87,48,7); }

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

background-color css

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

 a { background-color: rgb(87,48,7); }

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

border-color css

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

 span { border-color: rgb(87,48,7); }

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