Html Css Color HEX #825223 Hot Curry

📋 copy color: '#825223'

red 130 ◦ green 82 ◦ blue 35

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

Shades of Hot Curry #825223

Tints of Hot Curry #825223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

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

R = 52.63%
G = 33.2%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#825223 (or 0x825223) is known color: Hot Curry. HEX triplet: 82, 52 and 23. RGB value is (130,82,35). Sum of RGB (Red+Green+Blue) = 130+82+35=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #825223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825223 is #7DADDC. Grayscale: #5B5B5B. Windows color (decimal): -8236509 or 2314882. OLE color: 2314882.

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

Color convert

RGB 130 82 35 -
CMYK 0 0.37 0.73 0.49
HSL 29.68º 0.58% 0.32% -
HSV(B) 29.68º 0.73% 0.51% -
XYZ 12.53 10.9 3.03 -
YUV 90.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 130 82 35 0 0.37 0.73 0.49 29.68 0.58 0.32
Hex 82 52 23 0 25 49 31 1E 3A 20
Octal 202 122 43 0 45 111 61 36 72 40
Binary 10000010 1010010 100011 0 100101 1001001 110001 11110 111010 100000

Color Harmonies of #825223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825223

Black with #825223

Text Example


Text Example

White with #825223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825223; }

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

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

background-color css

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

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

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

border-color css

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

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

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