Html Css Color HEX #825824 Hot Curry

📋 copy color: '#825824'

red 130 ◦ green 88 ◦ blue 36

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

Shades of Hot Curry #825824

Tints of Hot Curry #825824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 51.18%
G = 34.65%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#825824 (or 0x825824) is known color: Hot Curry. HEX triplet: 82, 58 and 24. RGB value is (130,88,36). Sum of RGB (Red+Green+Blue) = 130+88+36=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #825824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825824 is #7DA7DB. Grayscale: #5E5E5E. Windows color (decimal): -8234972 or 2381954. OLE color: 2381954.

HSL color Cylindrical-coordinate representation of color #825824: hue angle of 33.19º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #825824 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 88 36 -
CMYK 0 0.32 0.72 0.49
HSL 33.19º 0.57% 0.33% -
HSV(B) 33.19º 0.72% 0.51% -
XYZ 13.01 11.85 3.27 -
YUV 94.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 130 88 36 0 0.32 0.72 0.49 33.19 0.57 0.33
Hex 82 58 24 0 20 48 31 21 39 21
Octal 202 130 44 0 40 110 61 41 71 41
Binary 10000010 1011000 100100 0 100000 1001000 110001 100001 111001 100001

Color Harmonies of #825824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825824

Black with #825824

Text Example


Text Example

White with #825824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825824; }

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

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

background-color css

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

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

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

border-color css

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

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

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