Html Css Color HEX #825915 Hot Curry

📋 copy color: '#825915'

red 130 ◦ green 89 ◦ blue 21

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

Shades of Hot Curry #825915

Tints of Hot Curry #825915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.08%

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 54.17%
G = 37.08%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#825915 (or 0x825915) is known color: Hot Curry. HEX triplet: 82, 59 and 15. RGB value is (130,89,21). Sum of RGB (Red+Green+Blue) = 130+89+21=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #825915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825915 is #7DA6EA. Grayscale: #5D5D5D. Windows color (decimal): -8234731 or 1399170. OLE color: 1399170.

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

Color convert

RGB 130 89 21 -
CMYK 0 0.32 0.84 0.49
HSL 37.43º 0.72% 0.3% -
HSV(B) 37.43º 0.84% 0.51% -
XYZ 12.91 11.94 2.33 -
YUV 93.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 130 89 21 0 0.32 0.84 0.49 37.43 0.72 0.3
Hex 82 59 15 0 20 54 31 25 48 1E
Octal 202 131 25 0 40 124 61 45 110 36
Binary 10000010 1011001 10101 0 100000 1010100 110001 100101 1001000 11110

Color Harmonies of #825915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825915

Black with #825915

Text Example


Text Example

White with #825915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825915; }

 p { color: rgb(130,89,21); }

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

background-color css

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

 a { background-color: rgb(130,89,21); }

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

border-color css

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

 span { border-color: rgb(130,89,21); }

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