Html Css Color HEX #573A0B Baker's Chocolate

📋 copy color: '#573A0B'

red 87 ◦ green 58 ◦ blue 11

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

Shades of Baker's Chocolate #573A0B

Tints of Baker's Chocolate #573A0B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.18%

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 55.77%
G = 37.18%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#573A0B (or 0x573A0B) is known color: Baker's Chocolate. HEX triplet: 57, 3A and 0B. RGB value is (87,58,11). Sum of RGB (Red+Green+Blue) = 87+58+11=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #573A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A0B is #A8C5F4. Grayscale: #3D3D3D. Windows color (decimal): -11060725 or 735831. OLE color: 735831.

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

Color convert

RGB 87 58 11 -
CMYK 0 0.33 0.87 0.66
HSL 37.11º 0.78% 0.19% -
HSV(B) 37.11º 0.87% 0.34% -
XYZ 5.5 5.08 1.01 -
YUV 61.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 87 58 11 0 0.33 0.87 0.66 37.11 0.78 0.19
Hex 57 3A B 0 21 57 42 25 4E 13
Octal 127 72 13 0 41 127 102 45 116 23
Binary 1010111 111010 1011 0 100001 1010111 1000010 100101 1001110 10011

Color Harmonies of #573A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A0B

Black with #573A0B

Text Example


Text Example

White with #573A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,58,11); }

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

background-color css

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

 a { background-color: rgb(87,58,11); }

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

border-color css

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

 span { border-color: rgb(87,58,11); }

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