Html Css Color HEX #826028 Hot Curry

📋 copy color: '#826028'

red 130 ◦ green 96 ◦ blue 40

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

Shades of Hot Curry #826028

Tints of Hot Curry #826028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 48.87%
G = 36.09%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#826028 (or 0x826028) is known color: Hot Curry. HEX triplet: 82, 60 and 28. RGB value is (130,96,40). Sum of RGB (Red+Green+Blue) = 130+96+40=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #826028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826028 is #7D9FD7. Grayscale: #646464. Windows color (decimal): -8232920 or 2646146. OLE color: 2646146.

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

Color convert

RGB 130 96 40 -
CMYK 0 0.26 0.69 0.49
HSL 37.33º 0.53% 0.33% -
HSV(B) 37.33º 0.69% 0.51% -
XYZ 13.77 13.26 3.84 -
YUV 99.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 130 96 40 0 0.26 0.69 0.49 37.33 0.53 0.33
Hex 82 60 28 0 1A 45 31 25 35 21
Octal 202 140 50 0 32 105 61 45 65 41
Binary 10000010 1100000 101000 0 11010 1000101 110001 100101 110101 100001

Color Harmonies of #826028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826028

Black with #826028

Text Example


Text Example

White with #826028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826028; }

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

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

background-color css

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

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

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

border-color css

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

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

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