Html Css Color HEX #825045 Ironstone

📋 copy color: '#825045'

red 130 ◦ green 80 ◦ blue 69

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

Shades of Ironstone #825045

Tints of Ironstone #825045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 46.59%
G = 28.67%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#825045 (or 0x825045) is known color: Ironstone. HEX triplet: 82, 50 and 45. RGB value is (130,80,69). Sum of RGB (Red+Green+Blue) = 130+80+69=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #825045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825045 is #7DAFBA. Grayscale: #5D5D5D. Windows color (decimal): -8236987 or 4542594. OLE color: 4542594.

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

Color convert

RGB 130 80 69 -
CMYK 0 0.38 0.47 0.49
HSL 10.82º 0.31% 0.39% -
HSV(B) 10.82º 0.47% 0.51% -
XYZ 13.15 10.91 7.04 -
YUV 93.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 130 80 69 0 0.38 0.47 0.49 10.82 0.31 0.39
Hex 82 50 45 0 26 2F 31 B 1F 27
Octal 202 120 105 0 46 57 61 13 37 47
Binary 10000010 1010000 1000101 0 100110 101111 110001 1011 11111 100111

Color Harmonies of #825045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825045

Black with #825045

Text Example


Text Example

White with #825045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825045; }

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

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

background-color css

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

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

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

border-color css

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

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

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