Html Css Color HEX #826225 Hot Curry

📋 copy color: '#826225'

red 130 ◦ green 98 ◦ blue 37

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

Shades of Hot Curry #826225

Tints of Hot Curry #826225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.96%

R = 49.06%
G = 36.98%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#826225 (or 0x826225) is known color: Hot Curry. HEX triplet: 82, 62 and 25. RGB value is (130,98,37). Sum of RGB (Red+Green+Blue) = 130+98+37=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #826225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826225 is #7D9DDA. Grayscale: #646464. Windows color (decimal): -8232411 or 2450050. OLE color: 2450050.

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

Color convert

RGB 130 98 37 -
CMYK 0 0.25 0.72 0.49
HSL 39.35º 0.56% 0.33% -
HSV(B) 39.35º 0.72% 0.51% -
XYZ 13.91 13.61 3.65 -
YUV 100.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 130 98 37 0 0.25 0.72 0.49 39.35 0.56 0.33
Hex 82 62 25 0 19 48 31 27 38 21
Octal 202 142 45 0 31 110 61 47 70 41
Binary 10000010 1100010 100101 0 11001 1001000 110001 100111 111000 100001

Color Harmonies of #826225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826225

Black with #826225

Text Example


Text Example

White with #826225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826225; }

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

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

background-color css

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

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

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

border-color css

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

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

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