Html Css Color HEX #825D19 Hot Curry

📋 copy color: '#825D19'

red 130 ◦ green 93 ◦ blue 25

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

Shades of Hot Curry #825D19

Tints of Hot Curry #825D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.5%

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

R = 52.42%
G = 37.5%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#825D19 (or 0x825D19) is known color: Hot Curry. HEX triplet: 82, 5D and 19. RGB value is (130,93,25). Sum of RGB (Red+Green+Blue) = 130+93+25=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #825D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D19 is #7DA2E6. Grayscale: #606060. Windows color (decimal): -8233703 or 1662338. OLE color: 1662338.

HSL color Cylindrical-coordinate representation of color #825D19: hue angle of 38.86º 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 #825D19 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 93 25 -
CMYK 0 0.28 0.81 0.49
HSL 38.86º 0.68% 0.3% -
HSV(B) 38.86º 0.81% 0.51% -
XYZ 13.3 12.64 2.66 -
YUV 96.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 130 93 25 0 0.28 0.81 0.49 38.86 0.68 0.3
Hex 82 5D 19 0 1C 51 31 27 44 1E
Octal 202 135 31 0 34 121 61 47 104 36
Binary 10000010 1011101 11001 0 11100 1010001 110001 100111 1000100 11110

Color Harmonies of #825D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D19

Black with #825D19

Text Example


Text Example

White with #825D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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