Html Css Color HEX #865B30 Rusty Nail

📋 copy color: '#865B30'

red 134 ◦ green 91 ◦ blue 48

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

Shades of Rusty Nail #865B30

Tints of Rusty Nail #865B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 49.08%
G = 33.33%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#865B30 (or 0x865B30) is known color: Rusty Nail. HEX triplet: 86, 5B and 30. RGB value is (134,91,48). Sum of RGB (Red+Green+Blue) = 134+91+48=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B30 is #79A4CF. Grayscale: #636363. Windows color (decimal): -7972048 or 3169158. OLE color: 3169158.

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

Color convert

RGB 134 91 48 -
CMYK 0 0.32 0.64 0.47
HSL 30º 0.47% 0.36% -
HSV(B) 30º 0.64% 0.53% -
XYZ 14.11 12.76 4.52 -
YUV 98.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 134 91 48 0 0.32 0.64 0.47 30 0.47 0.36
Hex 86 5B 30 0 20 40 2F 1E 2F 24
Octal 206 133 60 0 40 100 57 36 57 44
Binary 10000110 1011011 110000 0 100000 1000000 101111 11110 101111 100100

Color Harmonies of #865B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B30

Black with #865B30

Text Example


Text Example

White with #865B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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