Html Css Color HEX #825C31 Hot Curry

📋 copy color: '#825C31'

red 130 ◦ green 92 ◦ blue 49

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

Shades of Hot Curry #825C31

Tints of Hot Curry #825C31

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.95%

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 47.97%
G = 33.95%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#825C31 (or 0x825C31) is known color: Hot Curry. HEX triplet: 82, 5C and 31. RGB value is (130,92,49). Sum of RGB (Red+Green+Blue) = 130+92+49=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #825C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C31 is #7DA3CE. Grayscale: #626262. Windows color (decimal): -8233935 or 3234946. OLE color: 3234946.

HSL color Cylindrical-coordinate representation of color #825C31: hue angle of 31.85º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825C31 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 49 -
CMYK 0 0.29 0.62 0.49
HSL 31.85º 0.45% 0.35% -
HSV(B) 31.85º 0.62% 0.51% -
XYZ 13.59 12.62 4.63 -
YUV 98.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 130 92 49 0 0.29 0.62 0.49 31.85 0.45 0.35
Hex 82 5C 31 0 1D 3E 31 20 2D 23
Octal 202 134 61 0 35 76 61 40 55 43
Binary 10000010 1011100 110001 0 11101 111110 110001 100000 101101 100011

Color Harmonies of #825C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C31

Black with #825C31

Text Example


Text Example

White with #825C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825C31; }

 p { color: rgb(130,92,49); }

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

background-color css

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

 a { background-color: rgb(130,92,49); }

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

border-color css

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

 span { border-color: rgb(130,92,49); }

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