Html Css Color HEX #95602D Rusty Nail

📋 copy color: '#95602D'

red 149 ◦ green 96 ◦ blue 45

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

Shades of Rusty Nail #95602D

Tints of Rusty Nail #95602D

RGB

 RED value IS 149 (58.59% from 255) = 51.38%

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 51.38%
G = 33.1%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95602D (or 0x95602D) is known color: Rusty Nail. HEX triplet: 95, 60 and 2D. RGB value is (149,96,45). Sum of RGB (Red+Green+Blue) = 149+96+45=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95602D is #6A9FD2. Grayscale: #6A6A6A. Windows color (decimal): -6987731 or 2973845. OLE color: 2973845.

HSL color Cylindrical-coordinate representation of color #95602D: hue angle of 29.42º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95602D is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 45 -
CMYK 0 0.36 0.70 0.42
HSL 29.42º 0.54% 0.38% -
HSV(B) 29.42º 0.7% 0.58% -
XYZ 17.05 14.94 4.47 -
YUV 106.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 149 96 45 0 0.36 0.70 0.42 29.42 0.54 0.38
Hex 95 60 2D 0 24 46 2A 1D 36 26
Octal 225 140 55 0 44 106 52 35 66 46
Binary 10010101 1100000 101101 0 100100 1000110 101010 11101 110110 100110

Color Harmonies of #95602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95602D

Black with #95602D

Text Example


Text Example

White with #95602D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,96,45); }

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

background-color css

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

 a { background-color: rgb(149,96,45); }

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

border-color css

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

 span { border-color: rgb(149,96,45); }

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