Html Css Color HEX #826530 Hot Curry

📋 copy color: '#826530'

red 130 ◦ green 101 ◦ blue 48

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

Shades of Hot Curry #826530

Tints of Hot Curry #826530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

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

R = 46.59%
G = 36.2%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#826530 (or 0x826530) is known color: Hot Curry. HEX triplet: 82, 65 and 30. RGB value is (130,101,48). Sum of RGB (Red+Green+Blue) = 130+101+48=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #826530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826530 is #7D9ACF. Grayscale: #676767. Windows color (decimal): -8231632 or 3171714. OLE color: 3171714.

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

Color convert

RGB 130 101 48 -
CMYK 0 0.22 0.63 0.49
HSL 38.78º 0.46% 0.35% -
HSV(B) 38.78º 0.63% 0.51% -
XYZ 14.39 14.27 4.79 -
YUV 103.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 130 101 48 0 0.22 0.63 0.49 38.78 0.46 0.35
Hex 82 65 30 0 16 3F 31 27 2E 23
Octal 202 145 60 0 26 77 61 47 56 43
Binary 10000010 1100101 110000 0 10110 111111 110001 100111 101110 100011

Color Harmonies of #826530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826530

Black with #826530

Text Example


Text Example

White with #826530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826530; }

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

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

background-color css

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

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

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

border-color css

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

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

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