Html Css Color HEX #826030 Hot Curry

📋 copy color: '#826030'

red 130 ◦ green 96 ◦ blue 48

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

Shades of Hot Curry #826030

Tints of Hot Curry #826030

RGB

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

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

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

R = 47.45%
G = 35.04%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#826030 (or 0x826030) is known color: Hot Curry. HEX triplet: 82, 60 and 30. RGB value is (130,96,48). Sum of RGB (Red+Green+Blue) = 130+96+48=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #826030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826030 is #7D9FCF. Grayscale: #646464. Windows color (decimal): -8232912 or 3170434. OLE color: 3170434.

HSL color Cylindrical-coordinate representation of color #826030: hue angle of 35.12º 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 #826030 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 48 -
CMYK 0 0.26 0.63 0.49
HSL 35.12º 0.46% 0.35% -
HSV(B) 35.12º 0.63% 0.51% -
XYZ 13.92 13.32 4.63 -
YUV 100.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 130 96 48 0 0.26 0.63 0.49 35.12 0.46 0.35
Hex 82 60 30 0 1A 3F 31 23 2E 23
Octal 202 140 60 0 32 77 61 43 56 43
Binary 10000010 1100000 110000 0 11010 111111 110001 100011 101110 100011

Color Harmonies of #826030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826030

Black with #826030

Text Example


Text Example

White with #826030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826030; }

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

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

background-color css

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

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

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

border-color css

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

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

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