Html Css Color HEX #825B19 Hot Curry

📋 copy color: '#825B19'

red 130 ◦ green 91 ◦ blue 25

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

Shades of Hot Curry #825B19

Tints of Hot Curry #825B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.99%

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 52.85%
G = 36.99%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#825B19 (or 0x825B19) is known color: Hot Curry. HEX triplet: 82, 5B and 19. RGB value is (130,91,25). Sum of RGB (Red+Green+Blue) = 130+91+25=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #825B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825B19 is #7DA4E6. Grayscale: #5F5F5F. Windows color (decimal): -8234215 or 1661826. OLE color: 1661826.

HSL color Cylindrical-coordinate representation of color #825B19: hue angle of 37.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #825B19 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 91 25 -
CMYK 0 0.30 0.81 0.49
HSL 37.71º 0.68% 0.3% -
HSV(B) 37.71º 0.81% 0.51% -
XYZ 13.12 12.3 2.6 -
YUV 95.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 130 91 25 0 0.30 0.81 0.49 37.71 0.68 0.3
Hex 82 5B 19 0 1E 51 31 26 44 1E
Octal 202 133 31 0 36 121 61 46 104 36
Binary 10000010 1011011 11001 0 11110 1010001 110001 100110 1000100 11110

Color Harmonies of #825B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B19

Black with #825B19

Text Example


Text Example

White with #825B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825B19; }

 p { color: rgb(130,91,25); }

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

background-color css

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

 a { background-color: rgb(130,91,25); }

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

border-color css

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

 span { border-color: rgb(130,91,25); }

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