Html Css Color HEX #825721 Hot Curry

📋 copy color: '#825721'

red 130 ◦ green 87 ◦ blue 33

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

Shades of Hot Curry #825721

Tints of Hot Curry #825721

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.8%

 BLUE value IS 33 (13.28% from 255) = 13.2%

R = 52%
G = 34.8%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#825721 (or 0x825721) is known color: Hot Curry. HEX triplet: 82, 57 and 21. RGB value is (130,87,33). Sum of RGB (Red+Green+Blue) = 130+87+33=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #825721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825721 is #7DA8DE. Grayscale: #5D5D5D. Windows color (decimal): -8235231 or 2185090. OLE color: 2185090.

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

Color convert

RGB 130 87 33 -
CMYK 0 0.33 0.75 0.49
HSL 33.4º 0.6% 0.32% -
HSV(B) 33.4º 0.75% 0.51% -
XYZ 12.89 11.67 3.01 -
YUV 93.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 130 87 33 0 0.33 0.75 0.49 33.4 0.6 0.32
Hex 82 57 21 0 21 4B 31 21 3C 20
Octal 202 127 41 0 41 113 61 41 74 40
Binary 10000010 1010111 100001 0 100001 1001011 110001 100001 111100 100000

Color Harmonies of #825721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825721

Black with #825721

Text Example


Text Example

White with #825721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825721; }

 p { color: rgb(130,87,33); }

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

background-color css

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

 a { background-color: rgb(130,87,33); }

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

border-color css

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

 span { border-color: rgb(130,87,33); }

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