Html Css Color HEX #88582C Rusty Nail

📋 copy color: '#88582C'

red 136 ◦ green 88 ◦ blue 44

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

Shades of Rusty Nail #88582C

Tints of Rusty Nail #88582C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 50.75%
G = 32.84%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88582C (or 0x88582C) is known color: Rusty Nail. HEX triplet: 88, 58 and 2C. RGB value is (136,88,44). Sum of RGB (Red+Green+Blue) = 136+88+44=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88582C is #77A7D3. Grayscale: #616161. Windows color (decimal): -7841748 or 2906248. OLE color: 2906248.

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

Color convert

RGB 136 88 44 -
CMYK 0 0.35 0.68 0.47
HSL 28.7º 0.51% 0.35% -
HSV(B) 28.7º 0.68% 0.53% -
XYZ 14.1 12.4 4.03 -
YUV 97.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 136 88 44 0 0.35 0.68 0.47 28.7 0.51 0.35
Hex 88 58 2C 0 23 44 2F 1D 33 23
Octal 210 130 54 0 43 104 57 35 63 43
Binary 10001000 1011000 101100 0 100011 1000100 101111 11101 110011 100011

Color Harmonies of #88582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88582C

Black with #88582C

Text Example


Text Example

White with #88582C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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