Html Css Color HEX #826125 Hot Curry

📋 copy color: '#826125'

red 130 ◦ green 97 ◦ blue 37

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

Shades of Hot Curry #826125

Tints of Hot Curry #826125

RGB

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

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

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

R = 49.24%
G = 36.74%
B = 14.02%

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

#826125 (or 0x826125) is known color: Hot Curry. HEX triplet: 82, 61 and 25. RGB value is (130,97,37). Sum of RGB (Red+Green+Blue) = 130+97+37=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #826125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826125 is #7D9EDA. Grayscale: #646464. Windows color (decimal): -8232667 or 2449794. OLE color: 2449794.

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

Color convert

RGB 130 97 37 -
CMYK 0 0.25 0.72 0.49
HSL 38.71º 0.56% 0.33% -
HSV(B) 38.71º 0.72% 0.51% -
XYZ 13.81 13.43 3.61 -
YUV 100.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 130 97 37 0 0.25 0.72 0.49 38.71 0.56 0.33
Hex 82 61 25 0 19 48 31 27 38 21
Octal 202 141 45 0 31 110 61 47 70 41
Binary 10000010 1100001 100101 0 11001 1001000 110001 100111 111000 100001

Color Harmonies of #826125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826125

Black with #826125

Text Example


Text Example

White with #826125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826125; }

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

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

background-color css

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

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

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

border-color css

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

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

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