Html Css Color HEX #856430 Rusty Nail

📋 copy color: '#856430'

red 133 ◦ green 100 ◦ blue 48

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

Shades of Rusty Nail #856430

Tints of Rusty Nail #856430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

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

R = 47.33%
G = 35.59%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#856430 (or 0x856430) is known color: Rusty Nail. HEX triplet: 85, 64 and 30. RGB value is (133,100,48). Sum of RGB (Red+Green+Blue) = 133+100+48=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #856430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856430 is #7A9BCF. Grayscale: #686868. Windows color (decimal): -8035280 or 3171461. OLE color: 3171461.

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

Color convert

RGB 133 100 48 -
CMYK 0 0.25 0.64 0.48
HSL 36.71º 0.47% 0.35% -
HSV(B) 36.71º 0.64% 0.52% -
XYZ 14.76 14.31 4.78 -
YUV 103.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 133 100 48 0 0.25 0.64 0.48 36.71 0.47 0.35
Hex 85 64 30 0 19 40 30 25 2F 23
Octal 205 144 60 0 31 100 60 45 57 43
Binary 10000101 1100100 110000 0 11001 1000000 110000 100101 101111 100011

Color Harmonies of #856430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856430

Black with #856430

Text Example


Text Example

White with #856430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856430; }

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

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

background-color css

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

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

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

border-color css

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

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

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