Html Css Color HEX #856330 Rusty Nail

📋 copy color: '#856330'

red 133 ◦ green 99 ◦ blue 48

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

Shades of Rusty Nail #856330

Tints of Rusty Nail #856330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 47.5%
G = 35.36%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#856330 (or 0x856330) is known color: Rusty Nail. HEX triplet: 85, 63 and 30. RGB value is (133,99,48). Sum of RGB (Red+Green+Blue) = 133+99+48=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #856330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856330 is #7A9CCF. Grayscale: #676767. Windows color (decimal): -8035536 or 3171205. OLE color: 3171205.

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

Color convert

RGB 133 99 48 -
CMYK 0 0.26 0.64 0.48
HSL 36º 0.47% 0.35% -
HSV(B) 36º 0.64% 0.52% -
XYZ 14.67 14.12 4.75 -
YUV 103.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 133 99 48 0 0.26 0.64 0.48 36 0.47 0.35
Hex 85 63 30 0 1A 40 30 24 2F 23
Octal 205 143 60 0 32 100 60 44 57 43
Binary 10000101 1100011 110000 0 11010 1000000 110000 100100 101111 100011

Color Harmonies of #856330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856330

Black with #856330

Text Example


Text Example

White with #856330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856330; }

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

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

background-color css

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

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

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

border-color css

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

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

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