Html Css Color HEX #8A5537 Rope

📋 copy color: '#8A5537'

red 138 ◦ green 85 ◦ blue 55

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

Shades of Rope #8A5537

Tints of Rope #8A5537

RGB

 RED value IS 138 (54.3% from 255) = 49.64%

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

 BLUE value IS 55 (21.88% from 255) = 19.78%

R = 49.64%
G = 30.58%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#8A5537 (or 0x8A5537) is known color: Rope. HEX triplet: 8A, 55 and 37. RGB value is (138,85,55). Sum of RGB (Red+Green+Blue) = 138+85+55=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5537 is #75AAC8. Grayscale: #616161. Windows color (decimal): -7711433 or 3626378. OLE color: 3626378.

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

Color convert

RGB 138 85 55 -
CMYK 0 0.38 0.60 0.46
HSL 21.69º 0.43% 0.38% -
HSV(B) 21.69º 0.6% 0.54% -
XYZ 14.42 12.18 5.2 -
YUV 97.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 138 85 55 0 0.38 0.60 0.46 21.69 0.43 0.38
Hex 8A 55 37 0 26 3C 2E 16 2B 26
Octal 212 125 67 0 46 74 56 26 53 46
Binary 10001010 1010101 110111 0 100110 111100 101110 10110 101011 100110

Color Harmonies of #8A5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5537

Black with #8A5537

Text Example


Text Example

White with #8A5537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,85,55); }

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

background-color css

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

 a { background-color: rgb(138,85,55); }

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

border-color css

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

 span { border-color: rgb(138,85,55); }

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