Html Css Color HEX #83572E Hot Curry

📋 copy color: '#83572E'

red 131 ◦ green 87 ◦ blue 46

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

Shades of Hot Curry #83572E

Tints of Hot Curry #83572E

RGB

 RED value IS 131 (51.56% from 255) = 49.62%

 GREEN value IS 87 (34.38% from 255) = 32.95%

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 49.62%
G = 32.95%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83572E (or 0x83572E) is known color: Hot Curry. HEX triplet: 83, 57 and 2E. RGB value is (131,87,46). Sum of RGB (Red+Green+Blue) = 131+87+46=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83572E is #7CA8D1. Grayscale: #5F5F5F. Windows color (decimal): -8169682 or 3037059. OLE color: 3037059.

HSL color Cylindrical-coordinate representation of color #83572E: hue angle of 28.94º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83572E is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 87 46 -
CMYK 0 0.34 0.65 0.49
HSL 28.94º 0.48% 0.35% -
HSV(B) 28.94º 0.65% 0.51% -
XYZ 13.26 11.84 4.17 -
YUV 95.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 131 87 46 0 0.34 0.65 0.49 28.94 0.48 0.35
Hex 83 57 2E 0 22 41 31 1D 30 23
Octal 203 127 56 0 42 101 61 35 60 43
Binary 10000011 1010111 101110 0 100010 1000001 110001 11101 110000 100011

Color Harmonies of #83572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83572E

Black with #83572E

Text Example


Text Example

White with #83572E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83572E; }

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

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

background-color css

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

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

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

border-color css

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

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

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