Html Css Color HEX #855A30 Rusty Nail

📋 copy color: '#855A30'

red 133 ◦ green 90 ◦ blue 48

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

Shades of Rusty Nail #855A30

Tints of Rusty Nail #855A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

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

R = 49.08%
G = 33.21%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#855A30 (or 0x855A30) is known color: Rusty Nail. HEX triplet: 85, 5A and 30. RGB value is (133,90,48). Sum of RGB (Red+Green+Blue) = 133+90+48=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #855A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A30 is #7AA5CF. Grayscale: #626262. Windows color (decimal): -8037840 or 3168901. OLE color: 3168901.

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

Color convert

RGB 133 90 48 -
CMYK 0 0.32 0.64 0.48
HSL 29.65º 0.47% 0.35% -
HSV(B) 29.65º 0.64% 0.52% -
XYZ 13.86 12.51 4.48 -
YUV 98.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 133 90 48 0 0.32 0.64 0.48 29.65 0.47 0.35
Hex 85 5A 30 0 20 40 30 1E 2F 23
Octal 205 132 60 0 40 100 60 36 57 43
Binary 10000101 1011010 110000 0 100000 1000000 110000 11110 101111 100011

Color Harmonies of #855A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A30

Black with #855A30

Text Example


Text Example

White with #855A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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