Html Css Color HEX #855F30 Rusty Nail

📋 copy color: '#855F30'

red 133 ◦ green 95 ◦ blue 48

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

Shades of Rusty Nail #855F30

Tints of Rusty Nail #855F30

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.42%

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

R = 48.19%
G = 34.42%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#855F30 (or 0x855F30) is known color: Rusty Nail. HEX triplet: 85, 5F and 30. RGB value is (133,95,48). Sum of RGB (Red+Green+Blue) = 133+95+48=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #855F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F30 is #7AA0CF. Grayscale: #656565. Windows color (decimal): -8036560 or 3170181. OLE color: 3170181.

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

Color convert

RGB 133 95 48 -
CMYK 0 0.29 0.64 0.48
HSL 33.18º 0.47% 0.35% -
HSV(B) 33.18º 0.64% 0.52% -
XYZ 14.3 13.38 4.63 -
YUV 101 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 133 95 48 0 0.29 0.64 0.48 33.18 0.47 0.35
Hex 85 5F 30 0 1D 40 30 21 2F 23
Octal 205 137 60 0 35 100 60 41 57 43
Binary 10000101 1011111 110000 0 11101 1000000 110000 100001 101111 100011

Color Harmonies of #855F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F30

Black with #855F30

Text Example


Text Example

White with #855F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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