Html Css Color HEX #826226 Hot Curry

📋 copy color: '#826226'

red 130 ◦ green 98 ◦ blue 38

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

Shades of Hot Curry #826226

Tints of Hot Curry #826226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 48.87%
G = 36.84%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#826226 (or 0x826226) is known color: Hot Curry. HEX triplet: 82, 62 and 26. RGB value is (130,98,38). Sum of RGB (Red+Green+Blue) = 130+98+38=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #826226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826226 is #7D9DD9. Grayscale: #656565. Windows color (decimal): -8232410 or 2515586. OLE color: 2515586.

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

Color convert

RGB 130 98 38 -
CMYK 0 0.25 0.71 0.49
HSL 39.13º 0.55% 0.33% -
HSV(B) 39.13º 0.71% 0.51% -
XYZ 13.92 13.62 3.73 -
YUV 100.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 130 98 38 0 0.25 0.71 0.49 39.13 0.55 0.33
Hex 82 62 26 0 19 47 31 27 37 21
Octal 202 142 46 0 31 107 61 47 67 41
Binary 10000010 1100010 100110 0 11001 1000111 110001 100111 110111 100001

Color Harmonies of #826226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826226

Black with #826226

Text Example


Text Example

White with #826226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826226; }

 p { color: rgb(130,98,38); }

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

background-color css

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

 a { background-color: rgb(130,98,38); }

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

border-color css

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

 span { border-color: rgb(130,98,38); }

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