Html Css Color HEX #856130 Rusty Nail

📋 copy color: '#856130'

red 133 ◦ green 97 ◦ blue 48

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

Shades of Rusty Nail #856130

Tints of Rusty Nail #856130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.89%

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

R = 47.84%
G = 34.89%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#856130 (or 0x856130) is known color: Rusty Nail. HEX triplet: 85, 61 and 30. RGB value is (133,97,48). Sum of RGB (Red+Green+Blue) = 133+97+48=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #856130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856130 is #7A9ECF. Grayscale: #666666. Windows color (decimal): -8036048 or 3170693. OLE color: 3170693.

HSL color Cylindrical-coordinate representation of color #856130: hue angle of 34.59º 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 #856130 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 48 -
CMYK 0 0.27 0.64 0.48
HSL 34.59º 0.47% 0.35% -
HSV(B) 34.59º 0.64% 0.52% -
XYZ 14.48 13.75 4.69 -
YUV 102.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 133 97 48 0 0.27 0.64 0.48 34.59 0.47 0.35
Hex 85 61 30 0 1B 40 30 23 2F 23
Octal 205 141 60 0 33 100 60 43 57 43
Binary 10000101 1100001 110000 0 11011 1000000 110000 100011 101111 100011

Color Harmonies of #856130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856130

Black with #856130

Text Example


Text Example

White with #856130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856130; }

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

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

background-color css

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

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

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

border-color css

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

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

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