Html Css Color HEX #825A14 Hot Curry

📋 copy color: '#825A14'

red 130 ◦ green 90 ◦ blue 20

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

Shades of Hot Curry #825A14

Tints of Hot Curry #825A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.5%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 54.17%
G = 37.5%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#825A14 (or 0x825A14) is known color: Hot Curry. HEX triplet: 82, 5A and 14. RGB value is (130,90,20). Sum of RGB (Red+Green+Blue) = 130+90+20=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #825A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825A14 is #7DA5EB. Grayscale: #5E5E5E. Windows color (decimal): -8234476 or 1333890. OLE color: 1333890.

HSL color Cylindrical-coordinate representation of color #825A14: hue angle of 38.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #825A14 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 90 20 -
CMYK 0 0.31 0.85 0.49
HSL 38.18º 0.73% 0.29% -
HSV(B) 38.18º 0.85% 0.51% -
XYZ 12.99 12.11 2.31 -
YUV 93.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 130 90 20 0 0.31 0.85 0.49 38.18 0.73 0.29
Hex 82 5A 14 0 1F 55 31 26 49 1D
Octal 202 132 24 0 37 125 61 46 111 35
Binary 10000010 1011010 10100 0 11111 1010101 110001 100110 1001001 11101

Color Harmonies of #825A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A14

Black with #825A14

Text Example


Text Example

White with #825A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,90,20); }

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

background-color css

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

 a { background-color: rgb(130,90,20); }

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

border-color css

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

 span { border-color: rgb(130,90,20); }

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