Html Css Color HEX #8A672F Rusty Nail

📋 copy color: '#8A672F'

red 138 ◦ green 103 ◦ blue 47

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

Shades of Rusty Nail #8A672F

Tints of Rusty Nail #8A672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.76%

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 47.92%
G = 35.76%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#8A672F (or 0x8A672F) is known color: Rusty Nail. HEX triplet: 8A, 67 and 2F. RGB value is (138,103,47). Sum of RGB (Red+Green+Blue) = 138+103+47=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A672F is #7598D0. Grayscale: #6B6B6B. Windows color (decimal): -7706833 or 3106698. OLE color: 3106698.

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

Color convert

RGB 138 103 47 -
CMYK 0 0.25 0.66 0.46
HSL 36.92º 0.49% 0.36% -
HSV(B) 36.92º 0.66% 0.54% -
XYZ 15.84 15.31 4.81 -
YUV 107.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 138 103 47 0 0.25 0.66 0.46 36.92 0.49 0.36
Hex 8A 67 2F 0 19 42 2E 25 31 24
Octal 212 147 57 0 31 102 56 45 61 44
Binary 10001010 1100111 101111 0 11001 1000010 101110 100101 110001 100100

Color Harmonies of #8A672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A672F

Black with #8A672F

Text Example


Text Example

White with #8A672F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,103,47); }

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

background-color css

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

 a { background-color: rgb(138,103,47); }

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

border-color css

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

 span { border-color: rgb(138,103,47); }

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