Html Css Color HEX #834F3C Ironstone

📋 copy color: '#834F3C'

red 131 ◦ green 79 ◦ blue 60

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

Shades of Ironstone #834F3C

Tints of Ironstone #834F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 48.52%
G = 29.26%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#834F3C (or 0x834F3C) is known color: Ironstone. HEX triplet: 83, 4F and 3C. RGB value is (131,79,60). Sum of RGB (Red+Green+Blue) = 131+79+60=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #834F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F3C is #7CB0C3. Grayscale: #5C5C5C. Windows color (decimal): -8171716 or 3952515. OLE color: 3952515.

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

Color convert

RGB 131 79 60 -
CMYK 0 0.40 0.54 0.49
HSL 16.06º 0.37% 0.37% -
HSV(B) 16.06º 0.54% 0.51% -
XYZ 12.97 10.74 5.66 -
YUV 92.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 131 79 60 0 0.40 0.54 0.49 16.06 0.37 0.37
Hex 83 4F 3C 0 28 36 31 10 25 25
Octal 203 117 74 0 50 66 61 20 45 45
Binary 10000011 1001111 111100 0 101000 110110 110001 10000 100101 100101

Color Harmonies of #834F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834F3C

Black with #834F3C

Text Example


Text Example

White with #834F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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