Html Css Color HEX #8B672D Rusty Nail

📋 copy color: '#8B672D'

red 139 ◦ green 103 ◦ blue 45

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

Shades of Rusty Nail #8B672D

Tints of Rusty Nail #8B672D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 48.43%
G = 35.89%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B672D (or 0x8B672D) is known color: Rusty Nail. HEX triplet: 8B, 67 and 2D. RGB value is (139,103,45). Sum of RGB (Red+Green+Blue) = 139+103+45=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B672D is #7498D2. Grayscale: #6B6B6B. Windows color (decimal): -7641299 or 2975627. OLE color: 2975627.

HSL color Cylindrical-coordinate representation of color #8B672D: hue angle of 37.02º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B672D is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 103 45 -
CMYK 0 0.26 0.68 0.45
HSL 37.02º 0.51% 0.36% -
HSV(B) 37.02º 0.68% 0.55% -
XYZ 15.97 15.38 4.61 -
YUV 107.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 139 103 45 0 0.26 0.68 0.45 37.02 0.51 0.36
Hex 8B 67 2D 0 1A 44 2D 25 33 24
Octal 213 147 55 0 32 104 55 45 63 44
Binary 10001011 1100111 101101 0 11010 1000100 101101 100101 110011 100100

Color Harmonies of #8B672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B672D

Black with #8B672D

Text Example


Text Example

White with #8B672D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,103,45); }

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

background-color css

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

 a { background-color: rgb(139,103,45); }

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

border-color css

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

 span { border-color: rgb(139,103,45); }

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