Html Css Color HEX #83531F Hot Curry

📋 copy color: '#83531F'

red 131 ◦ green 83 ◦ blue 31

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

Shades of Hot Curry #83531F

Tints of Hot Curry #83531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 53.47%
G = 33.88%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83531F (or 0x83531F) is known color: Hot Curry. HEX triplet: 83, 53 and 1F. RGB value is (131,83,31). Sum of RGB (Red+Green+Blue) = 131+83+31=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83531F is #7CACE0. Grayscale: #5B5B5B. Windows color (decimal): -8170721 or 2052995. OLE color: 2052995.

HSL color Cylindrical-coordinate representation of color #83531F: hue angle of 31.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83531F is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 83 31 -
CMYK 0 0.37 0.76 0.49
HSL 31.2º 0.62% 0.32% -
HSV(B) 31.2º 0.76% 0.51% -
XYZ 12.7 11.11 2.77 -
YUV 91.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 131 83 31 0 0.37 0.76 0.49 31.2 0.62 0.32
Hex 83 53 1F 0 25 4C 31 1F 3E 20
Octal 203 123 37 0 45 114 61 37 76 40
Binary 10000011 1010011 11111 0 100101 1001100 110001 11111 111110 100000

Color Harmonies of #83531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83531F

Black with #83531F

Text Example


Text Example

White with #83531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83531F; }

 p { color: rgb(131,83,31); }

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

background-color css

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

 a { background-color: rgb(131,83,31); }

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

border-color css

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

 span { border-color: rgb(131,83,31); }

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