Html Css Color HEX #865A32 Rusty Nail

📋 copy color: '#865A32'

red 134 ◦ green 90 ◦ blue 50

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

Shades of Rusty Nail #865A32

Tints of Rusty Nail #865A32

RGB

 RED value IS 134 (52.73% from 255) = 48.91%

 GREEN value IS 90 (35.55% from 255) = 32.85%

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

R = 48.91%
G = 32.85%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#865A32 (or 0x865A32) is known color: Rusty Nail. HEX triplet: 86, 5A and 32. RGB value is (134,90,50). Sum of RGB (Red+Green+Blue) = 134+90+50=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #865A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A32 is #79A5CD. Grayscale: #626262. Windows color (decimal): -7972302 or 3299974. OLE color: 3299974.

HSL color Cylindrical-coordinate representation of color #865A32: hue angle of 28.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865A32 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 50 -
CMYK 0 0.33 0.63 0.47
HSL 28.57º 0.46% 0.36% -
HSV(B) 28.57º 0.63% 0.53% -
XYZ 14.06 12.61 4.71 -
YUV 98.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 134 90 50 0 0.33 0.63 0.47 28.57 0.46 0.36
Hex 86 5A 32 0 21 3F 2F 1D 2E 24
Octal 206 132 62 0 41 77 57 35 56 44
Binary 10000110 1011010 110010 0 100001 111111 101111 11101 101110 100100

Color Harmonies of #865A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A32

Black with #865A32

Text Example


Text Example

White with #865A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865A32; }

 p { color: rgb(134,90,50); }

 H1.HeaderClassName
 {
   color: #865A32;
 }
 .AnyTagClassName
 {
   color: #865A32;
 }
</style>

background-color css

<style>
 a { background-color: #865A32; }

 a { background-color: rgb(134,90,50); }

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

border-color css

<style>
 span { border-color: #865A32; }

 span { border-color: rgb(134,90,50); }

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