Html Css Color HEX #834F3E Ironstone

📋 copy color: '#834F3E'

red 131 ◦ green 79 ◦ blue 62

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

Shades of Ironstone #834F3E

Tints of Ironstone #834F3E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.04%

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

R = 48.16%
G = 29.04%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#834F3E (or 0x834F3E) is known color: Ironstone. HEX triplet: 83, 4F and 3E. RGB value is (131,79,62). Sum of RGB (Red+Green+Blue) = 131+79+62=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #834F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F3E is #7CB0C1. Grayscale: #5C5C5C. Windows color (decimal): -8171714 or 4083587. OLE color: 4083587.

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

Color convert

RGB 131 79 62 -
CMYK 0 0.40 0.53 0.49
HSL 14.78º 0.36% 0.38% -
HSV(B) 14.78º 0.53% 0.51% -
XYZ 13.03 10.77 5.95 -
YUV 92.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 131 79 62 0 0.40 0.53 0.49 14.78 0.36 0.38
Hex 83 4F 3E 0 28 35 31 F 24 26
Octal 203 117 76 0 50 65 61 17 44 46
Binary 10000011 1001111 111110 0 101000 110101 110001 1111 100100 100110

Color Harmonies of #834F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834F3E

Black with #834F3E

Text Example


Text Example

White with #834F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,79,62); }

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

background-color css

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

 a { background-color: rgb(131,79,62); }

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

border-color css

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

 span { border-color: rgb(131,79,62); }

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