Html Css Color HEX #82601F Hot Curry

📋 copy color: '#82601F'

red 130 ◦ green 96 ◦ blue 31

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

Shades of Hot Curry #82601F

Tints of Hot Curry #82601F

RGB

 RED value IS 130 (51.17% from 255) = 50.58%

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

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

R = 50.58%
G = 37.35%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82601F (or 0x82601F) is known color: Hot Curry. HEX triplet: 82, 60 and 1F. RGB value is (130,96,31). Sum of RGB (Red+Green+Blue) = 130+96+31=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82601F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82601F is #7D9FE0. Grayscale: #636363. Windows color (decimal): -8232929 or 2056322. OLE color: 2056322.

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

Color convert

RGB 130 96 31 -
CMYK 0 0.26 0.76 0.49
HSL 39.39º 0.61% 0.32% -
HSV(B) 39.39º 0.76% 0.51% -
XYZ 13.64 13.21 3.13 -
YUV 98.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 130 96 31 0 0.26 0.76 0.49 39.39 0.61 0.32
Hex 82 60 1F 0 1A 4C 31 27 3D 20
Octal 202 140 37 0 32 114 61 47 75 40
Binary 10000010 1100000 11111 0 11010 1001100 110001 100111 111101 100000

Color Harmonies of #82601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82601F

Black with #82601F

Text Example


Text Example

White with #82601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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