Html Css Color HEX #865D2E Rusty Nail

📋 copy color: '#865D2E'

red 134 ◦ green 93 ◦ blue 46

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

Shades of Rusty Nail #865D2E

Tints of Rusty Nail #865D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 49.08%
G = 34.07%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#865D2E (or 0x865D2E) is known color: Rusty Nail. HEX triplet: 86, 5D and 2E. RGB value is (134,93,46). Sum of RGB (Red+Green+Blue) = 134+93+46=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D2E is #79A2D1. Grayscale: #646464. Windows color (decimal): -7971538 or 3038598. OLE color: 3038598.

HSL color Cylindrical-coordinate representation of color #865D2E: hue angle of 32.05º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #865D2E is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 93 46 -
CMYK 0 0.31 0.66 0.47
HSL 32.05º 0.49% 0.35% -
HSV(B) 32.05º 0.66% 0.53% -
XYZ 14.24 13.09 4.36 -
YUV 99.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 134 93 46 0 0.31 0.66 0.47 32.05 0.49 0.35
Hex 86 5D 2E 0 1F 42 2F 20 31 23
Octal 206 135 56 0 37 102 57 40 61 43
Binary 10000110 1011101 101110 0 11111 1000010 101111 100000 110001 100011

Color Harmonies of #865D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D2E

Black with #865D2E

Text Example


Text Example

White with #865D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,93,46); }

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

background-color css

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

 a { background-color: rgb(134,93,46); }

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

border-color css

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

 span { border-color: rgb(134,93,46); }

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