Html Css Color HEX #825323 Hot Curry

📋 copy color: '#825323'

red 130 ◦ green 83 ◦ blue 35

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

Shades of Hot Curry #825323

Tints of Hot Curry #825323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

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

R = 52.42%
G = 33.47%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#825323 (or 0x825323) is known color: Hot Curry. HEX triplet: 82, 53 and 23. RGB value is (130,83,35). Sum of RGB (Red+Green+Blue) = 130+83+35=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #825323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825323 is #7DACDC. Grayscale: #5B5B5B. Windows color (decimal): -8236253 or 2315138. OLE color: 2315138.

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

Color convert

RGB 130 83 35 -
CMYK 0 0.36 0.73 0.49
HSL 30.32º 0.58% 0.32% -
HSV(B) 30.32º 0.73% 0.51% -
XYZ 12.6 11.05 3.06 -
YUV 91.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 130 83 35 0 0.36 0.73 0.49 30.32 0.58 0.32
Hex 82 53 23 0 24 49 31 1E 3A 20
Octal 202 123 43 0 44 111 61 36 72 40
Binary 10000010 1010011 100011 0 100100 1001001 110001 11110 111010 100000

Color Harmonies of #825323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825323

Black with #825323

Text Example


Text Example

White with #825323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825323; }

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

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

background-color css

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

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

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

border-color css

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

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

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