Html Css Color HEX #825524 Hot Curry

📋 copy color: '#825524'

red 130 ◦ green 85 ◦ blue 36

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

Shades of Hot Curry #825524

Tints of Hot Curry #825524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.86%

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

R = 51.79%
G = 33.86%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#825524 (or 0x825524) is known color: Hot Curry. HEX triplet: 82, 55 and 24. RGB value is (130,85,36). Sum of RGB (Red+Green+Blue) = 130+85+36=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #825524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825524 is #7DAADB. Grayscale: #5D5D5D. Windows color (decimal): -8235740 or 2381186. OLE color: 2381186.

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

Color convert

RGB 130 85 36 -
CMYK 0 0.35 0.72 0.49
HSL 31.28º 0.57% 0.33% -
HSV(B) 31.28º 0.72% 0.51% -
XYZ 12.77 11.37 3.19 -
YUV 92.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 130 85 36 0 0.35 0.72 0.49 31.28 0.57 0.33
Hex 82 55 24 0 23 48 31 1F 39 21
Octal 202 125 44 0 43 110 61 37 71 41
Binary 10000010 1010101 100100 0 100011 1001000 110001 11111 111001 100001

Color Harmonies of #825524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825524

Black with #825524

Text Example


Text Example

White with #825524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825524; }

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

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

background-color css

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

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

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

border-color css

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

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

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