Html Css Color HEX #925E32 Rusty Nail

📋 copy color: '#925E32'

red 146 ◦ green 94 ◦ blue 50

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

Shades of Rusty Nail #925E32

Tints of Rusty Nail #925E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

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

R = 50.34%
G = 32.41%
B = 17.24%

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

#925E32 (or 0x925E32) is known color: Rusty Nail. HEX triplet: 92, 5E and 32. RGB value is (146,94,50). Sum of RGB (Red+Green+Blue) = 146+94+50=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #925E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E32 is #6DA1CD. Grayscale: #686868. Windows color (decimal): -7184846 or 3301010. OLE color: 3301010.

HSL color Cylindrical-coordinate representation of color #925E32: hue angle of 27.5º 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 #925E32 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 94 50 -
CMYK 0 0.36 0.66 0.43
HSL 27.5º 0.49% 0.38% -
HSV(B) 27.5º 0.66% 0.57% -
XYZ 16.43 14.35 4.92 -
YUV 104.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 146 94 50 0 0.36 0.66 0.43 27.5 0.49 0.38
Hex 92 5E 32 0 24 42 2B 1C 31 26
Octal 222 136 62 0 44 102 53 34 61 46
Binary 10010010 1011110 110010 0 100100 1000010 101011 11100 110001 100110

Color Harmonies of #925E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E32

Black with #925E32

Text Example


Text Example

White with #925E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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