Html Css Color HEX #8A5137 Paarl

📋 copy color: '#8A5137'

red 138 ◦ green 81 ◦ blue 55

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

Shades of Paarl #8A5137

Tints of Paarl #8A5137

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

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

R = 50.36%
G = 29.56%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#8A5137 (or 0x8A5137) is known color: Paarl. HEX triplet: 8A, 51 and 37. RGB value is (138,81,55). Sum of RGB (Red+Green+Blue) = 138+81+55=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5137 is #75AEC8. Grayscale: #5F5F5F. Windows color (decimal): -7712457 or 3625354. OLE color: 3625354.

HSL color Cylindrical-coordinate representation of color #8A5137: hue angle of 18.8º 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 #8A5137 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 81 55 -
CMYK 0 0.41 0.60 0.46
HSL 18.8º 0.43% 0.38% -
HSV(B) 18.8º 0.6% 0.54% -
XYZ 14.11 11.56 5.1 -
YUV 95.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 138 81 55 0 0.41 0.60 0.46 18.8 0.43 0.38
Hex 8A 51 37 0 29 3C 2E 13 2B 26
Octal 212 121 67 0 51 74 56 23 53 46
Binary 10001010 1010001 110111 0 101001 111100 101110 10011 101011 100110

Color Harmonies of #8A5137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5137

Black with #8A5137

Text Example


Text Example

White with #8A5137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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