Html Css Color HEX #825041 Ironstone

📋 copy color: '#825041'

red 130 ◦ green 80 ◦ blue 65

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

Shades of Ironstone #825041

Tints of Ironstone #825041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 47.27%
G = 29.09%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#825041 (or 0x825041) is known color: Ironstone. HEX triplet: 82, 50 and 41. RGB value is (130,80,65). Sum of RGB (Red+Green+Blue) = 130+80+65=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #825041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825041 is #7DAFBE. Grayscale: #5D5D5D. Windows color (decimal): -8236991 or 4280450. OLE color: 4280450.

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

Color convert

RGB 130 80 65 -
CMYK 0 0.38 0.50 0.49
HSL 13.85º 0.33% 0.38% -
HSV(B) 13.85º 0.5% 0.51% -
XYZ 13.03 10.86 6.41 -
YUV 93.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 130 80 65 0 0.38 0.50 0.49 13.85 0.33 0.38
Hex 82 50 41 0 26 32 31 E 21 26
Octal 202 120 101 0 46 62 61 16 41 46
Binary 10000010 1010000 1000001 0 100110 110010 110001 1110 100001 100110

Color Harmonies of #825041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825041

Black with #825041

Text Example


Text Example

White with #825041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825041; }

 p { color: rgb(130,80,65); }

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

background-color css

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

 a { background-color: rgb(130,80,65); }

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

border-color css

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

 span { border-color: rgb(130,80,65); }

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