Html Css Color HEX #855D30 Rusty Nail

📋 copy color: '#855D30'

red 133 ◦ green 93 ◦ blue 48

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

Shades of Rusty Nail #855D30

Tints of Rusty Nail #855D30

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.94%

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

R = 48.54%
G = 33.94%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#855D30 (or 0x855D30) is known color: Rusty Nail. HEX triplet: 85, 5D and 30. RGB value is (133,93,48). Sum of RGB (Red+Green+Blue) = 133+93+48=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D30 is #7AA2CF. Grayscale: #646464. Windows color (decimal): -8037072 or 3169669. OLE color: 3169669.

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

Color convert

RGB 133 93 48 -
CMYK 0 0.30 0.64 0.48
HSL 31.76º 0.47% 0.35% -
HSV(B) 31.76º 0.64% 0.52% -
XYZ 14.12 13.03 4.57 -
YUV 99.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 133 93 48 0 0.30 0.64 0.48 31.76 0.47 0.35
Hex 85 5D 30 0 1E 40 30 20 2F 23
Octal 205 135 60 0 36 100 60 40 57 43
Binary 10000101 1011101 110000 0 11110 1000000 110000 100000 101111 100011

Color Harmonies of #855D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D30

Black with #855D30

Text Example


Text Example

White with #855D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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