Html Css Color HEX #885E2E Rusty Nail

📋 copy color: '#885E2E'

red 136 ◦ green 94 ◦ blue 46

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

Shades of Rusty Nail #885E2E

Tints of Rusty Nail #885E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 49.28%
G = 34.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#885E2E (or 0x885E2E) is known color: Rusty Nail. HEX triplet: 88, 5E and 2E. RGB value is (136,94,46). Sum of RGB (Red+Green+Blue) = 136+94+46=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #885E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E2E is #77A1D1. Grayscale: #656565. Windows color (decimal): -7840210 or 3038856. OLE color: 3038856.

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

Color convert

RGB 136 94 46 -
CMYK 0 0.31 0.66 0.47
HSL 32º 0.49% 0.36% -
HSV(B) 32º 0.66% 0.53% -
XYZ 14.65 13.44 4.41 -
YUV 101.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 136 94 46 0 0.31 0.66 0.47 32 0.49 0.36
Hex 88 5E 2E 0 1F 42 2F 20 31 24
Octal 210 136 56 0 37 102 57 40 61 44
Binary 10001000 1011110 101110 0 11111 1000010 101111 100000 110001 100100

Color Harmonies of #885E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E2E

Black with #885E2E

Text Example


Text Example

White with #885E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885E2E; }

 p { color: rgb(136,94,46); }

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

background-color css

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

 a { background-color: rgb(136,94,46); }

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

border-color css

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

 span { border-color: rgb(136,94,46); }

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