Html Css Color HEX #88582F Rusty Nail

📋 copy color: '#88582F'

red 136 ◦ green 88 ◦ blue 47

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

Shades of Rusty Nail #88582F

Tints of Rusty Nail #88582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 50.18%
G = 32.47%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88582F (or 0x88582F) is known color: Rusty Nail. HEX triplet: 88, 58 and 2F. RGB value is (136,88,47). Sum of RGB (Red+Green+Blue) = 136+88+47=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #88582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88582F is #77A7D0. Grayscale: #616161. Windows color (decimal): -7841745 or 3102856. OLE color: 3102856.

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

Color convert

RGB 136 88 47 -
CMYK 0 0.35 0.65 0.47
HSL 27.64º 0.49% 0.36% -
HSV(B) 27.64º 0.65% 0.53% -
XYZ 14.16 12.42 4.34 -
YUV 97.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 136 88 47 0 0.35 0.65 0.47 27.64 0.49 0.36
Hex 88 58 2F 0 23 41 2F 1C 31 24
Octal 210 130 57 0 43 101 57 34 61 44
Binary 10001000 1011000 101111 0 100011 1000001 101111 11100 110001 100100

Color Harmonies of #88582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88582F

Black with #88582F

Text Example


Text Example

White with #88582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88582F; }

 p { color: rgb(136,88,47); }

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

background-color css

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

 a { background-color: rgb(136,88,47); }

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

border-color css

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

 span { border-color: rgb(136,88,47); }

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