Html Css Color HEX #826025 Hot Curry

📋 copy color: '#826025'

red 130 ◦ green 96 ◦ blue 37

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

Shades of Hot Curry #826025

Tints of Hot Curry #826025

RGB

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

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

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

R = 49.43%
G = 36.5%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#826025 (or 0x826025) is known color: Hot Curry. HEX triplet: 82, 60 and 25. RGB value is (130,96,37). Sum of RGB (Red+Green+Blue) = 130+96+37=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #826025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826025 is #7D9FDA. Grayscale: #636363. Windows color (decimal): -8232923 or 2449538. OLE color: 2449538.

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

Color convert

RGB 130 96 37 -
CMYK 0 0.26 0.72 0.49
HSL 38.06º 0.56% 0.33% -
HSV(B) 38.06º 0.72% 0.51% -
XYZ 13.72 13.25 3.58 -
YUV 99.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 130 96 37 0 0.26 0.72 0.49 38.06 0.56 0.33
Hex 82 60 25 0 1A 48 31 26 38 21
Octal 202 140 45 0 32 110 61 46 70 41
Binary 10000010 1100000 100101 0 11010 1001000 110001 100110 111000 100001

Color Harmonies of #826025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826025

Black with #826025

Text Example


Text Example

White with #826025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826025; }

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

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

background-color css

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

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

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

border-color css

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

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

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