Html Css Color HEX #83601F Hot Curry

📋 copy color: '#83601F'

red 131 ◦ green 96 ◦ blue 31

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

Shades of Hot Curry #83601F

Tints of Hot Curry #83601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.21%

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

R = 50.78%
G = 37.21%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83601F (or 0x83601F) is known color: Hot Curry. HEX triplet: 83, 60 and 1F. RGB value is (131,96,31). Sum of RGB (Red+Green+Blue) = 131+96+31=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #83601F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83601F is #7C9FE0. Grayscale: #636363. Windows color (decimal): -8167393 or 2056323. OLE color: 2056323.

HSL color Cylindrical-coordinate representation of color #83601F: hue angle of 39º 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 #83601F is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 31 -
CMYK 0 0.27 0.76 0.49
HSL 39º 0.62% 0.32% -
HSV(B) 39º 0.76% 0.51% -
XYZ 13.79 13.29 3.13 -
YUV 99.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 131 96 31 0 0.27 0.76 0.49 39 0.62 0.32
Hex 83 60 1F 0 1B 4C 31 27 3E 20
Octal 203 140 37 0 33 114 61 47 76 40
Binary 10000011 1100000 11111 0 11011 1001100 110001 100111 111110 100000

Color Harmonies of #83601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83601F

Black with #83601F

Text Example


Text Example

White with #83601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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