Html Css Color HEX #826024 Hot Curry

📋 copy color: '#826024'

red 130 ◦ green 96 ◦ blue 36

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

Shades of Hot Curry #826024

Tints of Hot Curry #826024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.74%

R = 49.62%
G = 36.64%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#826024 (or 0x826024) is known color: Hot Curry. HEX triplet: 82, 60 and 24. RGB value is (130,96,36). Sum of RGB (Red+Green+Blue) = 130+96+36=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #826024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826024 is #7D9FDB. Grayscale: #636363. Windows color (decimal): -8232924 or 2384002. OLE color: 2384002.

HSL color Cylindrical-coordinate representation of color #826024: hue angle of 38.3º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #826024 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 36 -
CMYK 0 0.26 0.72 0.49
HSL 38.3º 0.57% 0.33% -
HSV(B) 38.3º 0.72% 0.51% -
XYZ 13.71 13.24 3.5 -
YUV 99.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 130 96 36 0 0.26 0.72 0.49 38.3 0.57 0.33
Hex 82 60 24 0 1A 48 31 26 39 21
Octal 202 140 44 0 32 110 61 46 71 41
Binary 10000010 1100000 100100 0 11010 1001000 110001 100110 111001 100001

Color Harmonies of #826024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826024

Black with #826024

Text Example


Text Example

White with #826024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826024; }

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

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

background-color css

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

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

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

border-color css

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

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

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