Html Css Color HEX #825616 Hot Curry

📋 copy color: '#825616'

red 130 ◦ green 86 ◦ blue 22

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

Shades of Hot Curry #825616

Tints of Hot Curry #825616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 54.62%
G = 36.13%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#825616 (or 0x825616) is known color: Hot Curry. HEX triplet: 82, 56 and 16. RGB value is (130,86,22). Sum of RGB (Red+Green+Blue) = 130+86+22=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #825616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825616 is #7DA9E9. Grayscale: #5C5C5C. Windows color (decimal): -8235498 or 1463938. OLE color: 1463938.

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

Color convert

RGB 130 86 22 -
CMYK 0 0.34 0.83 0.49
HSL 35.56º 0.71% 0.3% -
HSV(B) 35.56º 0.83% 0.51% -
XYZ 12.68 11.46 2.3 -
YUV 91.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 130 86 22 0 0.34 0.83 0.49 35.56 0.71 0.3
Hex 82 56 16 0 22 53 31 24 47 1E
Octal 202 126 26 0 42 123 61 44 107 36
Binary 10000010 1010110 10110 0 100010 1010011 110001 100100 1000111 11110

Color Harmonies of #825616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825616

Black with #825616

Text Example


Text Example

White with #825616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825616; }

 p { color: rgb(130,86,22); }

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

background-color css

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

 a { background-color: rgb(130,86,22); }

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

border-color css

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

 span { border-color: rgb(130,86,22); }

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