Html Css Color HEX #825816 Hot Curry

📋 copy color: '#825816'

red 130 ◦ green 88 ◦ blue 22

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

Shades of Hot Curry #825816

Tints of Hot Curry #825816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

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

R = 54.17%
G = 36.67%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#825816 (or 0x825816) is known color: Hot Curry. HEX triplet: 82, 58 and 16. RGB value is (130,88,22). Sum of RGB (Red+Green+Blue) = 130+88+22=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #825816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825816 is #7DA7E9. Grayscale: #5D5D5D. Windows color (decimal): -8234986 or 1464450. OLE color: 1464450.

HSL color Cylindrical-coordinate representation of color #825816: hue angle of 36.67º 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 #825816 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 88 22 -
CMYK 0 0.32 0.83 0.49
HSL 36.67º 0.71% 0.3% -
HSV(B) 36.67º 0.83% 0.51% -
XYZ 12.84 11.78 2.36 -
YUV 93.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 130 88 22 0 0.32 0.83 0.49 36.67 0.71 0.3
Hex 82 58 16 0 20 53 31 25 47 1E
Octal 202 130 26 0 40 123 61 45 107 36
Binary 10000010 1011000 10110 0 100000 1010011 110001 100101 1000111 11110

Color Harmonies of #825816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825816

Black with #825816

Text Example


Text Example

White with #825816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825816; }

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

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

background-color css

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

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

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

border-color css

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

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

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