Html Css Color HEX #815045 Ironstone

📋 copy color: '#815045'

red 129 ◦ green 80 ◦ blue 69

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

Shades of Ironstone #815045

Tints of Ironstone #815045

RGB

 RED value IS 129 (50.78% from 255) = 46.4%

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

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

R = 46.4%
G = 28.78%
B = 24.82%

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

#815045 (or 0x815045) is known color: Ironstone. HEX triplet: 81, 50 and 45. RGB value is (129,80,69). Sum of RGB (Red+Green+Blue) = 129+80+69=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #815045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815045 is #7EAFBA. Grayscale: #5D5D5D. Windows color (decimal): -8302523 or 4542593. OLE color: 4542593.

HSL color Cylindrical-coordinate representation of color #815045: hue angle of 11º degrees, saturation: 0.3, 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 #815045 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 80 69 -
CMYK 0 0.38 0.47 0.49
HSL 11º 0.3% 0.39% -
HSV(B) 11º 0.47% 0.51% -
XYZ 13 10.83 7.04 -
YUV 93.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 129 80 69 0 0.38 0.47 0.49 11 0.3 0.39
Hex 81 50 45 0 26 2F 31 B 1E 27
Octal 201 120 105 0 46 57 61 13 36 47
Binary 10000001 1010000 1000101 0 100110 101111 110001 1011 11110 100111

Color Harmonies of #815045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815045

Black with #815045

Text Example


Text Example

White with #815045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815045; }

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

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

background-color css

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

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

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

border-color css

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

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

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