Html Css Color HEX #573D08 Baker's Chocolate

📋 copy color: '#573D08'

red 87 ◦ green 61 ◦ blue 8

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

Shades of Baker's Chocolate #573D08

Tints of Baker's Chocolate #573D08

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.1%

 BLUE value IS 8 (3.52% from 255) = 5.13%

R = 55.77%
G = 39.1%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#573D08 (or 0x573D08) is known color: Baker's Chocolate. HEX triplet: 57, 3D and 08. RGB value is (87,61,8). Sum of RGB (Red+Green+Blue) = 87+61+8=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #573D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573D08 is #A8C2F7. Grayscale: #3E3E3E. Windows color (decimal): -11059960 or 539991. OLE color: 539991.

HSL color Cylindrical-coordinate representation of color #573D08: hue angle of 40.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #573D08 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 61 8 -
CMYK 0 0.30 0.91 0.66
HSL 40.25º 0.83% 0.19% -
HSV(B) 40.25º 0.91% 0.34% -
XYZ 5.64 5.38 0.97 -
YUV 62.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 87 61 8 0 0.30 0.91 0.66 40.25 0.83 0.19
Hex 57 3D 8 0 1E 5B 42 28 53 13
Octal 127 75 10 0 36 133 102 50 123 23
Binary 1010111 111101 1000 0 11110 1011011 1000010 101000 1010011 10011

Color Harmonies of #573D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573D08

Black with #573D08

Text Example


Text Example

White with #573D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573D08; }

 p { color: rgb(87,61,8); }

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

background-color css

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

 a { background-color: rgb(87,61,8); }

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

border-color css

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

 span { border-color: rgb(87,61,8); }

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