Html Css Color HEX #825523 Hot Curry

📋 copy color: '#825523'

red 130 ◦ green 85 ◦ blue 35

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

Shades of Hot Curry #825523

Tints of Hot Curry #825523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14%

R = 52%
G = 34%
B = 14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#825523 (or 0x825523) is known color: Hot Curry. HEX triplet: 82, 55 and 23. RGB value is (130,85,35). Sum of RGB (Red+Green+Blue) = 130+85+35=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #825523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825523 is #7DAADC. Grayscale: #5D5D5D. Windows color (decimal): -8235741 or 2315650. OLE color: 2315650.

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

Color convert

RGB 130 85 35 -
CMYK 0 0.35 0.73 0.49
HSL 31.58º 0.58% 0.32% -
HSV(B) 31.58º 0.73% 0.51% -
XYZ 12.76 11.36 3.11 -
YUV 92.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 130 85 35 0 0.35 0.73 0.49 31.58 0.58 0.32
Hex 82 55 23 0 23 49 31 20 3A 20
Octal 202 125 43 0 43 111 61 40 72 40
Binary 10000010 1010101 100011 0 100011 1001001 110001 100000 111010 100000

Color Harmonies of #825523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825523

Black with #825523

Text Example


Text Example

White with #825523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825523; }

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

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

background-color css

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

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

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

border-color css

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

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

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