Html Css Color HEX #8B5B41 Rope

📋 copy color: '#8B5B41'

red 139 ◦ green 91 ◦ blue 65

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

Shades of Rope #8B5B41

Tints of Rope #8B5B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 47.12%
G = 30.85%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8B5B41 (or 0x8B5B41) is known color: Rope. HEX triplet: 8B, 5B and 41. RGB value is (139,91,65). Sum of RGB (Red+Green+Blue) = 139+91+65=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5B41 is #74A4BE. Grayscale: #666666. Windows color (decimal): -7644351 or 4283275. OLE color: 4283275.

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

Color convert

RGB 139 91 65 -
CMYK 0 0.35 0.53 0.45
HSL 21.08º 0.36% 0.4% -
HSV(B) 21.08º 0.53% 0.55% -
XYZ 15.34 13.35 6.77 -
YUV 102.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 139 91 65 0 0.35 0.53 0.45 21.08 0.36 0.4
Hex 8B 5B 41 0 23 35 2D 15 24 28
Octal 213 133 101 0 43 65 55 25 44 50
Binary 10001011 1011011 1000001 0 100011 110101 101101 10101 100100 101000

Color Harmonies of #8B5B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5B41

Black with #8B5B41

Text Example


Text Example

White with #8B5B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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