Html Css Color HEX #834D3F Ironstone

📋 copy color: '#834D3F'

red 131 ◦ green 77 ◦ blue 63

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

Shades of Ironstone #834D3F

Tints of Ironstone #834D3F

RGB

 RED value IS 131 (51.56% from 255) = 48.34%

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 63 (25% from 255) = 23.25%

R = 48.34%
G = 28.41%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#834D3F (or 0x834D3F) is known color: Ironstone. HEX triplet: 83, 4D and 3F. RGB value is (131,77,63). Sum of RGB (Red+Green+Blue) = 131+77+63=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #834D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D3F is #7CB2C0. Grayscale: #5B5B5B. Windows color (decimal): -8172225 or 4148611. OLE color: 4148611.

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

Color convert

RGB 131 77 63 -
CMYK 0 0.41 0.52 0.49
HSL 12.35º 0.35% 0.38% -
HSV(B) 12.35º 0.52% 0.51% -
XYZ 12.91 10.49 6.05 -
YUV 91.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 131 77 63 0 0.41 0.52 0.49 12.35 0.35 0.38
Hex 83 4D 3F 0 29 34 31 C 23 26
Octal 203 115 77 0 51 64 61 14 43 46
Binary 10000011 1001101 111111 0 101001 110100 110001 1100 100011 100110

Color Harmonies of #834D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834D3F

Black with #834D3F

Text Example


Text Example

White with #834D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834D3F; }

 p { color: rgb(131,77,63); }

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

background-color css

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

 a { background-color: rgb(131,77,63); }

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

border-color css

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

 span { border-color: rgb(131,77,63); }

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