#8B5C3D

Color #8B5C3D Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #8B5C3D

Tints of Rope #8B5C3D

Color information

#8B5C3D (or 0x8B5C3D) is unknown color: approx Rope. HEX triplet: 8B, 5C and 3D. RGB value is (139,92,61). Sum of RGB (Red+Green+Blue) = 139+92+61=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5C3D is #74A3C2. Grayscale: #666666. Windows color (decimal): -7644099 or 4021387. OLE color: 4021387.

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

Color convert

RGB1399261-
CMYK00.340.560.45
HSL23.85º39%39.22%-
HSV(B)23.85º56.12%54.51%-
XYZ15.3213.486.21-
YUV102.52104.57154.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 92 (36.33% from 255) = 31.51%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=47.60%
G=31.51%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139926100.340.560.4523.853939.22
Hex8B5C3D022382D182727
Octal213134750427055304747
Binary100010111011100111101010001011100010110111000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,92,61); }

 H1.HeaderClassName
 {
   color: #8B5C3D;
 }
 .AnyTagClassName
 {
   color: #8B5C3D;
 }
</style>
background-color css

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

 a { background-color: rgb(139,92,61); }

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

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

 span { border-color: rgb(139,92,61); }

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