Html Css Color HEX #8B552B Rusty Nail

📋 copy color: '#8B552B'

red 139 ◦ green 85 ◦ blue 43

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

Shades of Rusty Nail #8B552B

Tints of Rusty Nail #8B552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 52.06%
G = 31.84%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8B552B (or 0x8B552B) is known color: Rusty Nail. HEX triplet: 8B, 55 and 2B. RGB value is (139,85,43). Sum of RGB (Red+Green+Blue) = 139+85+43=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B552B is #74AAD4. Grayscale: #606060. Windows color (decimal): -7645909 or 2839947. OLE color: 2839947.

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

Color convert

RGB 139 85 43 -
CMYK 0 0.39 0.69 0.45
HSL 26.25º 0.53% 0.36% -
HSV(B) 26.25º 0.69% 0.55% -
XYZ 14.33 12.16 3.88 -
YUV 96.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 139 85 43 0 0.39 0.69 0.45 26.25 0.53 0.36
Hex 8B 55 2B 0 27 45 2D 1A 35 24
Octal 213 125 53 0 47 105 55 32 65 44
Binary 10001011 1010101 101011 0 100111 1000101 101101 11010 110101 100100

Color Harmonies of #8B552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B552B

Black with #8B552B

Text Example


Text Example

White with #8B552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,85,43); }

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

background-color css

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

 a { background-color: rgb(139,85,43); }

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

border-color css

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

 span { border-color: rgb(139,85,43); }

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