Html Css Color HEX #8B5B33 Rusty Nail

📋 copy color: '#8B5B33'

red 139 ◦ green 91 ◦ blue 51

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

Shades of Rusty Nail #8B5B33

Tints of Rusty Nail #8B5B33

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.38%

 BLUE value IS 51 (20.31% from 255) = 18.15%

R = 49.47%
G = 32.38%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8B5B33 (or 0x8B5B33) is known color: Rusty Nail. HEX triplet: 8B, 5B and 33. RGB value is (139,91,51). Sum of RGB (Red+Green+Blue) = 139+91+51=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5B33 is #74A4CC. Grayscale: #646464. Windows color (decimal): -7644365 or 3365771. OLE color: 3365771.

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

Color convert

RGB 139 91 51 -
CMYK 0 0.35 0.63 0.45
HSL 27.27º 0.46% 0.37% -
HSV(B) 27.27º 0.63% 0.55% -
XYZ 14.99 13.21 4.89 -
YUV 100.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 139 91 51 0 0.35 0.63 0.45 27.27 0.46 0.37
Hex 8B 5B 33 0 23 3F 2D 1B 2E 25
Octal 213 133 63 0 43 77 55 33 56 45
Binary 10001011 1011011 110011 0 100011 111111 101101 11011 101110 100101

Color Harmonies of #8B5B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5B33

Black with #8B5B33

Text Example


Text Example

White with #8B5B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,91,51); }

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

background-color css

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

 a { background-color: rgb(139,91,51); }

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

border-color css

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

 span { border-color: rgb(139,91,51); }

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