Html Css Color HEX #826128 Hot Curry

📋 copy color: '#826128'

red 130 ◦ green 97 ◦ blue 40

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

Shades of Hot Curry #826128

Tints of Hot Curry #826128

RGB

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

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

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

R = 48.69%
G = 36.33%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#826128 (or 0x826128) is known color: Hot Curry. HEX triplet: 82, 61 and 28. RGB value is (130,97,40). Sum of RGB (Red+Green+Blue) = 130+97+40=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #826128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826128 is #7D9ED7. Grayscale: #646464. Windows color (decimal): -8232664 or 2646402. OLE color: 2646402.

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

Color convert

RGB 130 97 40 -
CMYK 0 0.25 0.69 0.49
HSL 38º 0.53% 0.33% -
HSV(B) 38º 0.69% 0.51% -
XYZ 13.86 13.45 3.87 -
YUV 100.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 130 97 40 0 0.25 0.69 0.49 38 0.53 0.33
Hex 82 61 28 0 19 45 31 26 35 21
Octal 202 141 50 0 31 105 61 46 65 41
Binary 10000010 1100001 101000 0 11001 1000101 110001 100110 110101 100001

Color Harmonies of #826128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826128

Black with #826128

Text Example


Text Example

White with #826128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826128; }

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

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

background-color css

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

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

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

border-color css

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

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

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