Html Css Color HEX #865C32 Rusty Nail

📋 copy color: '#865C32'

red 134 ◦ green 92 ◦ blue 50

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

Shades of Rusty Nail #865C32

Tints of Rusty Nail #865C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

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

R = 48.55%
G = 33.33%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#865C32 (or 0x865C32) is known color: Rusty Nail. HEX triplet: 86, 5C and 32. RGB value is (134,92,50). Sum of RGB (Red+Green+Blue) = 134+92+50=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #865C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C32 is #79A3CD. Grayscale: #636363. Windows color (decimal): -7971790 or 3300486. OLE color: 3300486.

HSL color Cylindrical-coordinate representation of color #865C32: hue angle of 30º 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 #865C32 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 92 50 -
CMYK 0 0.31 0.63 0.47
HSL 30º 0.46% 0.36% -
HSV(B) 30º 0.63% 0.53% -
XYZ 14.23 12.95 4.77 -
YUV 99.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 134 92 50 0 0.31 0.63 0.47 30 0.46 0.36
Hex 86 5C 32 0 1F 3F 2F 1E 2E 24
Octal 206 134 62 0 37 77 57 36 56 44
Binary 10000110 1011100 110010 0 11111 111111 101111 11110 101110 100100

Color Harmonies of #865C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C32

Black with #865C32

Text Example


Text Example

White with #865C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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