Html Css Color HEX #865933 Rusty Nail

📋 copy color: '#865933'

red 134 ◦ green 89 ◦ blue 51

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

Shades of Rusty Nail #865933

Tints of Rusty Nail #865933

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 48.91%
G = 32.48%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#865933 (or 0x865933) is known color: Rusty Nail. HEX triplet: 86, 59 and 33. RGB value is (134,89,51). Sum of RGB (Red+Green+Blue) = 134+89+51=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #865933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865933 is #79A6CC. Grayscale: #626262. Windows color (decimal): -7972557 or 3365254. OLE color: 3365254.

HSL color Cylindrical-coordinate representation of color #865933: hue angle of 27.47º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865933 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 89 51 -
CMYK 0 0.34 0.62 0.47
HSL 27.47º 0.45% 0.36% -
HSV(B) 27.47º 0.62% 0.53% -
XYZ 14 12.45 4.8 -
YUV 98.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 134 89 51 0 0.34 0.62 0.47 27.47 0.45 0.36
Hex 86 59 33 0 22 3E 2F 1B 2D 24
Octal 206 131 63 0 42 76 57 33 55 44
Binary 10000110 1011001 110011 0 100010 111110 101111 11011 101101 100100

Color Harmonies of #865933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865933

Black with #865933

Text Example


Text Example

White with #865933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865933; }

 p { color: rgb(134,89,51); }

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

background-color css

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

 a { background-color: rgb(134,89,51); }

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

border-color css

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

 span { border-color: rgb(134,89,51); }

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