Html Css Color HEX #95652D Rusty Nail

📋 copy color: '#95652D'

red 149 ◦ green 101 ◦ blue 45

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

Shades of Rusty Nail #95652D

Tints of Rusty Nail #95652D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

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

R = 50.51%
G = 34.24%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95652D (or 0x95652D) is known color: Rusty Nail. HEX triplet: 95, 65 and 2D. RGB value is (149,101,45). Sum of RGB (Red+Green+Blue) = 149+101+45=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95652D is #6A9AD2. Grayscale: #6D6D6D. Windows color (decimal): -6986451 or 2975125. OLE color: 2975125.

HSL color Cylindrical-coordinate representation of color #95652D: hue angle of 32.31º 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 #95652D is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 45 -
CMYK 0 0.32 0.70 0.42
HSL 32.31º 0.54% 0.38% -
HSV(B) 32.31º 0.7% 0.58% -
XYZ 17.52 15.89 4.63 -
YUV 108.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 149 101 45 0 0.32 0.70 0.42 32.31 0.54 0.38
Hex 95 65 2D 0 20 46 2A 20 36 26
Octal 225 145 55 0 40 106 52 40 66 46
Binary 10010101 1100101 101101 0 100000 1000110 101010 100000 110110 100110

Color Harmonies of #95652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95652D

Black with #95652D

Text Example


Text Example

White with #95652D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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