#8B5338

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

Shades of Rope #8B5338

Tints of Rope #8B5338

Color information

#8B5338 (or 0x8B5338) is unknown color: approx Rope. HEX triplet: 8B, 53 and 38. RGB value is (139,83,56). Sum of RGB (Red+Green+Blue) = 139+83+56=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5338 is #74ACC7. Grayscale: #606060. Windows color (decimal): -7646408 or 3691403. OLE color: 3691403.

HSL color Cylindrical-coordinate representation of color #8B5338: hue angle of 19.52º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B5338 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1398356-
CMYK00.400.600.45
HSL19.52º42.56%38.24%-
HSV(B)19.52º59.71%54.51%-
XYZ14.4511.965.29-
YUV96.67105.05158.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 56 (22.27% from 255) = 20.14%
R=50%
G=29.86%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139835600.400.600.4519.5242.5638.24
Hex8B53380283C2D142b26
Octal213123700507455245346
Binary100010111010011111000010100011110010110110100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,83,56); }

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

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

 a { background-color: rgb(139,83,56); }

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

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

 span { border-color: rgb(139,83,56); }

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