Html Css Color HEX #8A6228 Rusty Nail

📋 copy color: '#8A6228'

red 138 ◦ green 98 ◦ blue 40

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

Shades of Rusty Nail #8A6228

Tints of Rusty Nail #8A6228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.51%

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 50%
G = 35.51%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#8A6228 (or 0x8A6228) is known color: Rusty Nail. HEX triplet: 8A, 62 and 28. RGB value is (138,98,40). Sum of RGB (Red+Green+Blue) = 138+98+40=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6228 is #759DD7. Grayscale: #676767. Windows color (decimal): -7708120 or 2646666. OLE color: 2646666.

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

Color convert

RGB 138 98 40 -
CMYK 0 0.29 0.71 0.46
HSL 35.51º 0.55% 0.35% -
HSV(B) 35.51º 0.71% 0.54% -
XYZ 15.23 14.29 3.96 -
YUV 103.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 138 98 40 0 0.29 0.71 0.46 35.51 0.55 0.35
Hex 8A 62 28 0 1D 47 2E 24 37 23
Octal 212 142 50 0 35 107 56 44 67 43
Binary 10001010 1100010 101000 0 11101 1000111 101110 100100 110111 100011

Color Harmonies of #8A6228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6228

Black with #8A6228

Text Example


Text Example

White with #8A6228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,98,40); }

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

background-color css

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

 a { background-color: rgb(138,98,40); }

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

border-color css

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

 span { border-color: rgb(138,98,40); }

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