Html Css Color HEX #835344 Ironstone

📋 copy color: '#835344'

red 131 ◦ green 83 ◦ blue 68

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

Shades of Ironstone #835344

Tints of Ironstone #835344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 46.45%
G = 29.43%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#835344 (or 0x835344) is known color: Ironstone. HEX triplet: 83, 53 and 44. RGB value is (131,83,68). Sum of RGB (Red+Green+Blue) = 131+83+68=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #835344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835344 is #7CACBB. Grayscale: #5F5F5F. Windows color (decimal): -8170684 or 4477827. OLE color: 4477827.

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

Color convert

RGB 131 83 68 -
CMYK 0 0.37 0.48 0.49
HSL 14.29º 0.32% 0.39% -
HSV(B) 14.29º 0.48% 0.51% -
XYZ 13.5 11.43 6.96 -
YUV 95.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 131 83 68 0 0.37 0.48 0.49 14.29 0.32 0.39
Hex 83 53 44 0 25 30 31 E 20 27
Octal 203 123 104 0 45 60 61 16 40 47
Binary 10000011 1010011 1000100 0 100101 110000 110001 1110 100000 100111

Color Harmonies of #835344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835344

Black with #835344

Text Example


Text Example

White with #835344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835344; }

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

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

background-color css

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

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

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

border-color css

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

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

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