Html Css Color HEX #825B15 Hot Curry

📋 copy color: '#825B15'

red 130 ◦ green 91 ◦ blue 21

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

Shades of Hot Curry #825B15

Tints of Hot Curry #825B15

RGB

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

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

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

R = 53.72%
G = 37.6%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#825B15 (or 0x825B15) is known color: Hot Curry. HEX triplet: 82, 5B and 15. RGB value is (130,91,21). Sum of RGB (Red+Green+Blue) = 130+91+21=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #825B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825B15 is #7DA4EA. Grayscale: #5F5F5F. Windows color (decimal): -8234219 or 1399682. OLE color: 1399682.

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

Color convert

RGB 130 91 21 -
CMYK 0 0.30 0.84 0.49
HSL 38.53º 0.72% 0.3% -
HSV(B) 38.53º 0.84% 0.51% -
XYZ 13.08 12.28 2.39 -
YUV 94.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 130 91 21 0 0.30 0.84 0.49 38.53 0.72 0.3
Hex 82 5B 15 0 1E 54 31 27 48 1E
Octal 202 133 25 0 36 124 61 47 110 36
Binary 10000010 1011011 10101 0 11110 1010100 110001 100111 1001000 11110

Color Harmonies of #825B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B15

Black with #825B15

Text Example


Text Example

White with #825B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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