Html Css Color HEX #856230 Rusty Nail

📋 copy color: '#856230'

red 133 ◦ green 98 ◦ blue 48

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

Shades of Rusty Nail #856230

Tints of Rusty Nail #856230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 47.67%
G = 35.13%
B = 17.2%

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

#856230 (or 0x856230) is known color: Rusty Nail. HEX triplet: 85, 62 and 30. RGB value is (133,98,48). Sum of RGB (Red+Green+Blue) = 133+98+48=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #856230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856230 is #7A9DCF. Grayscale: #676767. Windows color (decimal): -8035792 or 3170949. OLE color: 3170949.

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

Color convert

RGB 133 98 48 -
CMYK 0 0.26 0.64 0.48
HSL 35.29º 0.47% 0.35% -
HSV(B) 35.29º 0.64% 0.52% -
XYZ 14.57 13.94 4.72 -
YUV 102.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 133 98 48 0 0.26 0.64 0.48 35.29 0.47 0.35
Hex 85 62 30 0 1A 40 30 23 2F 23
Octal 205 142 60 0 32 100 60 43 57 43
Binary 10000101 1100010 110000 0 11010 1000000 110000 100011 101111 100011

Color Harmonies of #856230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856230

Black with #856230

Text Example


Text Example

White with #856230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856230; }

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

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

background-color css

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

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

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

border-color css

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

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

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