Html Css Color HEX #81503D Ironstone

📋 copy color: '#81503D'

red 129 ◦ green 80 ◦ blue 61

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

Shades of Ironstone #81503D

Tints of Ironstone #81503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 47.78%
G = 29.63%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#81503D (or 0x81503D) is known color: Ironstone. HEX triplet: 81, 50 and 3D. RGB value is (129,80,61). Sum of RGB (Red+Green+Blue) = 129+80+61=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #81503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81503D is #7EAFC2. Grayscale: #5C5C5C. Windows color (decimal): -8302531 or 4018305. OLE color: 4018305.

HSL color Cylindrical-coordinate representation of color #81503D: hue angle of 16.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81503D is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 80 61 -
CMYK 0 0.38 0.53 0.49
HSL 16.76º 0.36% 0.37% -
HSV(B) 16.76º 0.53% 0.51% -
XYZ 12.76 10.74 5.82 -
YUV 92.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 129 80 61 0 0.38 0.53 0.49 16.76 0.36 0.37
Hex 81 50 3D 0 26 35 31 11 24 25
Octal 201 120 75 0 46 65 61 21 44 45
Binary 10000001 1010000 111101 0 100110 110101 110001 10001 100100 100101

Color Harmonies of #81503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81503D

Black with #81503D

Text Example


Text Example

White with #81503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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