Html Css Color HEX #8B6228 Rusty Nail

📋 copy color: '#8B6228'

red 139 ◦ green 98 ◦ blue 40

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

Shades of Rusty Nail #8B6228

Tints of Rusty Nail #8B6228

RGB

 RED value IS 139 (54.69% from 255) = 50.18%

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

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

R = 50.18%
G = 35.38%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B6228 (or 0x8B6228) is known color: Rusty Nail. HEX triplet: 8B, 62 and 28. RGB value is (139,98,40). Sum of RGB (Red+Green+Blue) = 139+98+40=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6228 is #749DD7. Grayscale: #676767. Windows color (decimal): -7642584 or 2646667. OLE color: 2646667.

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

Color convert

RGB 139 98 40 -
CMYK 0 0.29 0.71 0.45
HSL 35.15º 0.55% 0.35% -
HSV(B) 35.15º 0.71% 0.55% -
XYZ 15.4 14.38 3.97 -
YUV 103.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 139 98 40 0 0.29 0.71 0.45 35.15 0.55 0.35
Hex 8B 62 28 0 1D 47 2D 23 37 23
Octal 213 142 50 0 35 107 55 43 67 43
Binary 10001011 1100010 101000 0 11101 1000111 101101 100011 110111 100011

Color Harmonies of #8B6228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6228

Black with #8B6228

Text Example


Text Example

White with #8B6228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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