Html Css Color HEX #8C553D Rope

📋 copy color: '#8C553D'

red 140 ◦ green 85 ◦ blue 61

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

Shades of Rope #8C553D

Tints of Rope #8C553D

RGB

 RED value IS 140 (55.08% from 255) = 48.95%

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

 BLUE value IS 61 (24.22% from 255) = 21.33%

R = 48.95%
G = 29.72%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C553D (or 0x8C553D) is known color: Rope. HEX triplet: 8C, 55 and 3D. RGB value is (140,85,61). Sum of RGB (Red+Green+Blue) = 140+85+61=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C553D is #73AAC2. Grayscale: #626262. Windows color (decimal): -7580355 or 4019596. OLE color: 4019596.

HSL color Cylindrical-coordinate representation of color #8C553D: hue angle of 18.23º 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 #8C553D is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 85 61 -
CMYK 0 0.39 0.56 0.45
HSL 18.23º 0.39% 0.39% -
HSV(B) 18.23º 0.56% 0.55% -
XYZ 14.91 12.41 6.02 -
YUV 98.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 140 85 61 0 0.39 0.56 0.45 18.23 0.39 0.39
Hex 8C 55 3D 0 27 38 2D 12 27 27
Octal 214 125 75 0 47 70 55 22 47 47
Binary 10001100 1010101 111101 0 100111 111000 101101 10010 100111 100111

Color Harmonies of #8C553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C553D

Black with #8C553D

Text Example


Text Example

White with #8C553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,85,61); }

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

background-color css

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

 a { background-color: rgb(140,85,61); }

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

border-color css

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

 span { border-color: rgb(140,85,61); }

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