Html Css Color HEX #814E3E Ironstone

📋 copy color: '#814E3E'

red 129 ◦ green 78 ◦ blue 62

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

Shades of Ironstone #814E3E

Tints of Ironstone #814E3E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 47.96%
G = 29%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#814E3E (or 0x814E3E) is known color: Ironstone. HEX triplet: 81, 4E and 3E. RGB value is (129,78,62). Sum of RGB (Red+Green+Blue) = 129+78+62=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #814E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E3E is #7EB1C1. Grayscale: #5B5B5B. Windows color (decimal): -8303042 or 4083329. OLE color: 4083329.

HSL color Cylindrical-coordinate representation of color #814E3E: hue angle of 14.33º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #814E3E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 78 62 -
CMYK 0 0.40 0.52 0.49
HSL 14.33º 0.35% 0.37% -
HSV(B) 14.33º 0.52% 0.51% -
XYZ 12.65 10.46 5.91 -
YUV 91.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 129 78 62 0 0.40 0.52 0.49 14.33 0.35 0.37
Hex 81 4E 3E 0 28 34 31 E 23 25
Octal 201 116 76 0 50 64 61 16 43 45
Binary 10000001 1001110 111110 0 101000 110100 110001 1110 100011 100101

Color Harmonies of #814E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E3E

Black with #814E3E

Text Example


Text Example

White with #814E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814E3E; }

 p { color: rgb(129,78,62); }

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

background-color css

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

 a { background-color: rgb(129,78,62); }

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

border-color css

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

 span { border-color: rgb(129,78,62); }

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