Html Css Color HEX #885745 Ironstone

📋 copy color: '#885745'

red 136 ◦ green 87 ◦ blue 69

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

Shades of Ironstone #885745

Tints of Ironstone #885745

RGB

 RED value IS 136 (53.52% from 255) = 46.58%

 GREEN value IS 87 (34.38% from 255) = 29.79%

 BLUE value IS 69 (27.34% from 255) = 23.63%

R = 46.58%
G = 29.79%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#885745 (or 0x885745) is known color: Ironstone. HEX triplet: 88, 57 and 45. RGB value is (136,87,69). Sum of RGB (Red+Green+Blue) = 136+87+69=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #885745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885745 is #77A8BA. Grayscale: #636363. Windows color (decimal): -7841979 or 4544392. OLE color: 4544392.

HSL color Cylindrical-coordinate representation of color #885745: hue angle of 16.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #885745 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 87 69 -
CMYK 0 0.36 0.49 0.47
HSL 16.12º 0.33% 0.4% -
HSV(B) 16.12º 0.49% 0.53% -
XYZ 14.64 12.48 7.27 -
YUV 99.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 136 87 69 0 0.36 0.49 0.47 16.12 0.33 0.4
Hex 88 57 45 0 24 31 2F 10 21 28
Octal 210 127 105 0 44 61 57 20 41 50
Binary 10001000 1010111 1000101 0 100100 110001 101111 10000 100001 101000

Color Harmonies of #885745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885745

Black with #885745

Text Example


Text Example

White with #885745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885745; }

 p { color: rgb(136,87,69); }

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

background-color css

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

 a { background-color: rgb(136,87,69); }

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

border-color css

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

 span { border-color: rgb(136,87,69); }

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