Html Css Color HEX #8A503A Paarl

📋 copy color: '#8A503A'

red 138 ◦ green 80 ◦ blue 58

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

Shades of Paarl #8A503A

Tints of Paarl #8A503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 50%
G = 28.99%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A503A (or 0x8A503A) is known color: Paarl. HEX triplet: 8A, 50 and 3A. RGB value is (138,80,58). Sum of RGB (Red+Green+Blue) = 138+80+58=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A503A is #75AFC5. Grayscale: #5E5E5E. Windows color (decimal): -7712710 or 3821706. OLE color: 3821706.

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

Color convert

RGB 138 80 58 -
CMYK 0 0.42 0.58 0.46
HSL 16.5º 0.41% 0.38% -
HSV(B) 16.5º 0.58% 0.54% -
XYZ 14.11 11.45 5.47 -
YUV 94.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 138 80 58 0 0.42 0.58 0.46 16.5 0.41 0.38
Hex 8A 50 3A 0 2A 3A 2E 10 29 26
Octal 212 120 72 0 52 72 56 20 51 46
Binary 10001010 1010000 111010 0 101010 111010 101110 10000 101001 100110

Color Harmonies of #8A503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A503A

Black with #8A503A

Text Example


Text Example

White with #8A503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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