Html Css Color HEX #865A30 Rusty Nail

📋 copy color: '#865A30'

red 134 ◦ green 90 ◦ blue 48

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

Shades of Rusty Nail #865A30

Tints of Rusty Nail #865A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

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

R = 49.26%
G = 33.09%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#865A30 (or 0x865A30) is known color: Rusty Nail. HEX triplet: 86, 5A and 30. RGB value is (134,90,48). Sum of RGB (Red+Green+Blue) = 134+90+48=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #865A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A30 is #79A5CF. Grayscale: #626262. Windows color (decimal): -7972304 or 3168902. OLE color: 3168902.

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

Color convert

RGB 134 90 48 -
CMYK 0 0.33 0.64 0.47
HSL 29.3º 0.47% 0.36% -
HSV(B) 29.3º 0.64% 0.53% -
XYZ 14.02 12.59 4.49 -
YUV 98.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 134 90 48 0 0.33 0.64 0.47 29.3 0.47 0.36
Hex 86 5A 30 0 21 40 2F 1D 2F 24
Octal 206 132 60 0 41 100 57 35 57 44
Binary 10000110 1011010 110000 0 100001 1000000 101111 11101 101111 100100

Color Harmonies of #865A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A30

Black with #865A30

Text Example


Text Example

White with #865A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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