Html Css Color HEX #865B33 Rusty Nail

📋 copy color: '#865B33'

red 134 ◦ green 91 ◦ blue 51

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

Shades of Rusty Nail #865B33

Tints of Rusty Nail #865B33

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

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

R = 48.55%
G = 32.97%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#865B33 (or 0x865B33) is known color: Rusty Nail. HEX triplet: 86, 5B and 33. RGB value is (134,91,51). Sum of RGB (Red+Green+Blue) = 134+91+51=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #865B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B33 is #79A4CC. Grayscale: #636363. Windows color (decimal): -7972045 or 3365766. OLE color: 3365766.

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

Color convert

RGB 134 91 51 -
CMYK 0 0.32 0.62 0.47
HSL 28.92º 0.45% 0.36% -
HSV(B) 28.92º 0.62% 0.53% -
XYZ 14.17 12.79 4.85 -
YUV 99.3 100.75 152.75 -
System Red Green Blue C M Y K H S L
Decimal 134 91 51 0 0.32 0.62 0.47 28.92 0.45 0.36
Hex 86 5B 33 0 20 3E 2F 1D 2D 24
Octal 206 133 63 0 40 76 57 35 55 44
Binary 10000110 1011011 110011 0 100000 111110 101111 11101 101101 100100

Color Harmonies of #865B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B33

Black with #865B33

Text Example


Text Example

White with #865B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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