Html Css Color HEX #835341 Ironstone

📋 copy color: '#835341'

red 131 ◦ green 83 ◦ blue 65

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

Shades of Ironstone #835341

Tints of Ironstone #835341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

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

R = 46.95%
G = 29.75%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#835341 (or 0x835341) is known color: Ironstone. HEX triplet: 83, 53 and 41. RGB value is (131,83,65). Sum of RGB (Red+Green+Blue) = 131+83+65=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #835341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835341 is #7CACBE. Grayscale: #5F5F5F. Windows color (decimal): -8170687 or 4281219. OLE color: 4281219.

HSL color Cylindrical-coordinate representation of color #835341: hue angle of 16.36º 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 #835341 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 83 65 -
CMYK 0 0.37 0.50 0.49
HSL 16.36º 0.34% 0.38% -
HSV(B) 16.36º 0.5% 0.51% -
XYZ 13.41 11.39 6.49 -
YUV 95.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 131 83 65 0 0.37 0.50 0.49 16.36 0.34 0.38
Hex 83 53 41 0 25 32 31 10 22 26
Octal 203 123 101 0 45 62 61 20 42 46
Binary 10000011 1010011 1000001 0 100101 110010 110001 10000 100010 100110

Color Harmonies of #835341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835341

Black with #835341

Text Example


Text Example

White with #835341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835341; }

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

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

background-color css

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

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

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

border-color css

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

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

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