Html Css Color HEX #8A5039 Paarl

📋 copy color: '#8A5039'

red 138 ◦ green 80 ◦ blue 57

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

Shades of Paarl #8A5039

Tints of Paarl #8A5039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 57 (22.66% from 255) = 20.73%

R = 50.18%
G = 29.09%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#8A5039 (or 0x8A5039) is known color: Paarl. HEX triplet: 8A, 50 and 39. RGB value is (138,80,57). Sum of RGB (Red+Green+Blue) = 138+80+57=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5039 is #75AFC6. Grayscale: #5E5E5E. Windows color (decimal): -7712711 or 3756170. OLE color: 3756170.

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

Color convert

RGB 138 80 57 -
CMYK 0 0.42 0.59 0.46
HSL 17.04º 0.42% 0.38% -
HSV(B) 17.04º 0.59% 0.54% -
XYZ 14.09 11.44 5.34 -
YUV 94.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 138 80 57 0 0.42 0.59 0.46 17.04 0.42 0.38
Hex 8A 50 39 0 2A 3B 2E 11 2A 26
Octal 212 120 71 0 52 73 56 21 52 46
Binary 10001010 1010000 111001 0 101010 111011 101110 10001 101010 100110

Color Harmonies of #8A5039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5039

Black with #8A5039

Text Example


Text Example

White with #8A5039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,80,57); }

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

background-color css

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

 a { background-color: rgb(138,80,57); }

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

border-color css

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

 span { border-color: rgb(138,80,57); }

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