Html Css Color HEX #826130 Hot Curry

📋 copy color: '#826130'

red 130 ◦ green 97 ◦ blue 48

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

Shades of Hot Curry #826130

Tints of Hot Curry #826130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.27%

 BLUE value IS 48 (19.14% from 255) = 17.45%

R = 47.27%
G = 35.27%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#826130 (or 0x826130) is known color: Hot Curry. HEX triplet: 82, 61 and 30. RGB value is (130,97,48). Sum of RGB (Red+Green+Blue) = 130+97+48=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #826130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826130 is #7D9ECF. Grayscale: #656565. Windows color (decimal): -8232656 or 3170690. OLE color: 3170690.

HSL color Cylindrical-coordinate representation of color #826130: hue angle of 35.85º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #826130 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 97 48 -
CMYK 0 0.25 0.63 0.49
HSL 35.85º 0.46% 0.35% -
HSV(B) 35.85º 0.63% 0.51% -
XYZ 14.01 13.51 4.67 -
YUV 101.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 130 97 48 0 0.25 0.63 0.49 35.85 0.46 0.35
Hex 82 61 30 0 19 3F 31 24 2E 23
Octal 202 141 60 0 31 77 61 44 56 43
Binary 10000010 1100001 110000 0 11001 111111 110001 100100 101110 100011

Color Harmonies of #826130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826130

Black with #826130

Text Example


Text Example

White with #826130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826130; }

 p { color: rgb(130,97,48); }

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

background-color css

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

 a { background-color: rgb(130,97,48); }

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

border-color css

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

 span { border-color: rgb(130,97,48); }

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