Html Css Color HEX #8A5A32 Rusty Nail

📋 copy color: '#8A5A32'

red 138 ◦ green 90 ◦ blue 50

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

Shades of Rusty Nail #8A5A32

Tints of Rusty Nail #8A5A32

RGB

 RED value IS 138 (54.3% from 255) = 49.64%

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

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 49.64%
G = 32.37%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#8A5A32 (or 0x8A5A32) is known color: Rusty Nail. HEX triplet: 8A, 5A and 32. RGB value is (138,90,50). Sum of RGB (Red+Green+Blue) = 138+90+50=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5A32 is #75A5CD. Grayscale: #646464. Windows color (decimal): -7710158 or 3299978. OLE color: 3299978.

HSL color Cylindrical-coordinate representation of color #8A5A32: hue angle of 27.27º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A5A32 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 90 50 -
CMYK 0 0.35 0.64 0.46
HSL 27.27º 0.47% 0.37% -
HSV(B) 27.27º 0.64% 0.54% -
XYZ 14.71 12.95 4.74 -
YUV 99.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 138 90 50 0 0.35 0.64 0.46 27.27 0.47 0.37
Hex 8A 5A 32 0 23 40 2E 1B 2F 25
Octal 212 132 62 0 43 100 56 33 57 45
Binary 10001010 1011010 110010 0 100011 1000000 101110 11011 101111 100101

Color Harmonies of #8A5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5A32

Black with #8A5A32

Text Example


Text Example

White with #8A5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A5A32; }

 p { color: rgb(138,90,50); }

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

background-color css

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

 a { background-color: rgb(138,90,50); }

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

border-color css

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

 span { border-color: rgb(138,90,50); }

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