Html Css Color HEX #925D32 Rusty Nail

📋 copy color: '#925D32'

red 146 ◦ green 93 ◦ blue 50

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

Shades of Rusty Nail #925D32

Tints of Rusty Nail #925D32

RGB

 RED value IS 146 (57.42% from 255) = 50.52%

 GREEN value IS 93 (36.72% from 255) = 32.18%

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 50.52%
G = 32.18%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#925D32 (or 0x925D32) is known color: Rusty Nail. HEX triplet: 92, 5D and 32. RGB value is (146,93,50). Sum of RGB (Red+Green+Blue) = 146+93+50=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #925D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D32 is #6DA2CD. Grayscale: #686868. Windows color (decimal): -7185102 or 3300754. OLE color: 3300754.

HSL color Cylindrical-coordinate representation of color #925D32: hue angle of 26.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #925D32 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 93 50 -
CMYK 0 0.36 0.66 0.43
HSL 26.88º 0.49% 0.38% -
HSV(B) 26.88º 0.66% 0.57% -
XYZ 16.34 14.17 4.89 -
YUV 103.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 146 93 50 0 0.36 0.66 0.43 26.88 0.49 0.38
Hex 92 5D 32 0 24 42 2B 1B 31 26
Octal 222 135 62 0 44 102 53 33 61 46
Binary 10010010 1011101 110010 0 100100 1000010 101011 11011 110001 100110

Color Harmonies of #925D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D32

Black with #925D32

Text Example


Text Example

White with #925D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925D32; }

 p { color: rgb(146,93,50); }

 H1.HeaderClassName
 {
   color: #925D32;
 }
 .AnyTagClassName
 {
   color: #925D32;
 }
</style>

background-color css

<style>
 a { background-color: #925D32; }

 a { background-color: rgb(146,93,50); }

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

border-color css

<style>
 span { border-color: #925D32; }

 span { border-color: rgb(146,93,50); }

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