Html Css Color HEX #855C30 Rusty Nail

📋 copy color: '#855C30'

red 133 ◦ green 92 ◦ blue 48

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

Shades of Rusty Nail #855C30

Tints of Rusty Nail #855C30

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.7%

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

R = 48.72%
G = 33.7%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#855C30 (or 0x855C30) is known color: Rusty Nail. HEX triplet: 85, 5C and 30. RGB value is (133,92,48). Sum of RGB (Red+Green+Blue) = 133+92+48=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #855C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C30 is #7AA3CF. Grayscale: #636363. Windows color (decimal): -8037328 or 3169413. OLE color: 3169413.

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

Color convert

RGB 133 92 48 -
CMYK 0 0.31 0.64 0.48
HSL 31.06º 0.47% 0.35% -
HSV(B) 31.06º 0.64% 0.52% -
XYZ 14.03 12.85 4.54 -
YUV 99.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 133 92 48 0 0.31 0.64 0.48 31.06 0.47 0.35
Hex 85 5C 30 0 1F 40 30 1F 2F 23
Octal 205 134 60 0 37 100 60 37 57 43
Binary 10000101 1011100 110000 0 11111 1000000 110000 11111 101111 100011

Color Harmonies of #855C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C30

Black with #855C30

Text Example


Text Example

White with #855C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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