Html Css Color HEX #85533D Ironstone

📋 copy color: '#85533D'

red 133 ◦ green 83 ◦ blue 61

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

Shades of Ironstone #85533D

Tints of Ironstone #85533D

RGB

 RED value IS 133 (52.34% from 255) = 48.01%

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

 BLUE value IS 61 (24.22% from 255) = 22.02%

R = 48.01%
G = 29.96%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85533D (or 0x85533D) is known color: Ironstone. HEX triplet: 85, 53 and 3D. RGB value is (133,83,61). Sum of RGB (Red+Green+Blue) = 133+83+61=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85533D is #7AACC2. Grayscale: #5F5F5F. Windows color (decimal): -8039619 or 4019077. OLE color: 4019077.

HSL color Cylindrical-coordinate representation of color #85533D: hue angle of 18.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85533D is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 61 -
CMYK 0 0.38 0.54 0.48
HSL 18.33º 0.37% 0.38% -
HSV(B) 18.33º 0.54% 0.52% -
XYZ 13.61 11.51 5.92 -
YUV 95.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 133 83 61 0 0.38 0.54 0.48 18.33 0.37 0.38
Hex 85 53 3D 0 26 36 30 12 25 26
Octal 205 123 75 0 46 66 60 22 45 46
Binary 10000101 1010011 111101 0 100110 110110 110000 10010 100101 100110

Color Harmonies of #85533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85533D

Black with #85533D

Text Example


Text Example

White with #85533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85533D; }

 p { color: rgb(133,83,61); }

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

background-color css

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

 a { background-color: rgb(133,83,61); }

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

border-color css

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

 span { border-color: rgb(133,83,61); }

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