Html Css Color HEX #856530 Rusty Nail

📋 copy color: '#856530'

red 133 ◦ green 101 ◦ blue 48

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

Shades of Rusty Nail #856530

Tints of Rusty Nail #856530

RGB

 RED value IS 133 (52.34% from 255) = 47.16%

 GREEN value IS 101 (39.84% from 255) = 35.82%

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

R = 47.16%
G = 35.82%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#856530 (or 0x856530) is known color: Rusty Nail. HEX triplet: 85, 65 and 30. RGB value is (133,101,48). Sum of RGB (Red+Green+Blue) = 133+101+48=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #856530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856530 is #7A9ACF. Grayscale: #686868. Windows color (decimal): -8035024 or 3171717. OLE color: 3171717.

HSL color Cylindrical-coordinate representation of color #856530: hue angle of 37.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #856530 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 48 -
CMYK 0 0.24 0.64 0.48
HSL 37.41º 0.47% 0.35% -
HSV(B) 37.41º 0.64% 0.52% -
XYZ 14.86 14.51 4.81 -
YUV 104.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 133 101 48 0 0.24 0.64 0.48 37.41 0.47 0.35
Hex 85 65 30 0 18 40 30 25 2F 23
Octal 205 145 60 0 30 100 60 45 57 43
Binary 10000101 1100101 110000 0 11000 1000000 110000 100101 101111 100011

Color Harmonies of #856530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856530

Black with #856530

Text Example


Text Example

White with #856530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856530; }

 p { color: rgb(133,101,48); }

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

background-color css

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

 a { background-color: rgb(133,101,48); }

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

border-color css

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

 span { border-color: rgb(133,101,48); }

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