Html Css Color HEX #834F41 Ironstone

📋 copy color: '#834F41'

red 131 ◦ green 79 ◦ blue 65

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

Shades of Ironstone #834F41

Tints of Ironstone #834F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 47.64%
G = 28.73%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#834F41 (or 0x834F41) is known color: Ironstone. HEX triplet: 83, 4F and 41. RGB value is (131,79,65). Sum of RGB (Red+Green+Blue) = 131+79+65=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #834F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F41 is #7CB0BE. Grayscale: #5D5D5D. Windows color (decimal): -8171711 or 4280195. OLE color: 4280195.

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

Color convert

RGB 131 79 65 -
CMYK 0 0.40 0.50 0.49
HSL 12.73º 0.34% 0.38% -
HSV(B) 12.73º 0.5% 0.51% -
XYZ 13.11 10.8 6.39 -
YUV 92.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 131 79 65 0 0.40 0.50 0.49 12.73 0.34 0.38
Hex 83 4F 41 0 28 32 31 D 22 26
Octal 203 117 101 0 50 62 61 15 42 46
Binary 10000011 1001111 1000001 0 101000 110010 110001 1101 100010 100110

Color Harmonies of #834F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834F41

Black with #834F41

Text Example


Text Example

White with #834F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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