Html Css Color HEX #8A5C2C Rusty Nail

📋 copy color: '#8A5C2C'

red 138 ◦ green 92 ◦ blue 44

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

Shades of Rusty Nail #8A5C2C

Tints of Rusty Nail #8A5C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.06%

R = 50.36%
G = 33.58%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#8A5C2C (or 0x8A5C2C) is known color: Rusty Nail. HEX triplet: 8A, 5C and 2C. RGB value is (138,92,44). Sum of RGB (Red+Green+Blue) = 138+92+44=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5C2C is #75A3D3. Grayscale: #646464. Windows color (decimal): -7709652 or 2907274. OLE color: 2907274.

HSL color Cylindrical-coordinate representation of color #8A5C2C: hue angle of 30.64º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A5C2C is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 92 44 -
CMYK 0 0.33 0.68 0.46
HSL 30.64º 0.52% 0.36% -
HSV(B) 30.64º 0.68% 0.54% -
XYZ 14.76 13.24 4.16 -
YUV 100.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 138 92 44 0 0.33 0.68 0.46 30.64 0.52 0.36
Hex 8A 5C 2C 0 21 44 2E 1F 34 24
Octal 212 134 54 0 41 104 56 37 64 44
Binary 10001010 1011100 101100 0 100001 1000100 101110 11111 110100 100100

Color Harmonies of #8A5C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5C2C

Black with #8A5C2C

Text Example


Text Example

White with #8A5C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,92,44); }

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

background-color css

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

 a { background-color: rgb(138,92,44); }

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

border-color css

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

 span { border-color: rgb(138,92,44); }

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