Html Css Color HEX #865E2D Rusty Nail

📋 copy color: '#865E2D'

red 134 ◦ green 94 ◦ blue 45

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

Shades of Rusty Nail #865E2D

Tints of Rusty Nail #865E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 49.08%
G = 34.43%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#865E2D (or 0x865E2D) is known color: Rusty Nail. HEX triplet: 86, 5E and 2D. RGB value is (134,94,45). Sum of RGB (Red+Green+Blue) = 134+94+45=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E2D is #79A1D2. Grayscale: #646464. Windows color (decimal): -7971283 or 2973318. OLE color: 2973318.

HSL color Cylindrical-coordinate representation of color #865E2D: hue angle of 33.03º degrees, saturation: 0.5, 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 #865E2D is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 45 -
CMYK 0 0.30 0.66 0.47
HSL 33.03º 0.5% 0.35% -
HSV(B) 33.03º 0.66% 0.53% -
XYZ 14.31 13.26 4.29 -
YUV 100.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 134 94 45 0 0.30 0.66 0.47 33.03 0.5 0.35
Hex 86 5E 2D 0 1E 42 2F 21 32 23
Octal 206 136 55 0 36 102 57 41 62 43
Binary 10000110 1011110 101101 0 11110 1000010 101111 100001 110010 100011

Color Harmonies of #865E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E2D

Black with #865E2D

Text Example


Text Example

White with #865E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,94,45); }

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

background-color css

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

 a { background-color: rgb(134,94,45); }

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

border-color css

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

 span { border-color: rgb(134,94,45); }

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