Html Css Color HEX #8A513A Paarl

📋 copy color: '#8A513A'

red 138 ◦ green 81 ◦ blue 58

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

Shades of Paarl #8A513A

Tints of Paarl #8A513A

RGB

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

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

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

R = 49.82%
G = 29.24%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A513A (or 0x8A513A) is known color: Paarl. HEX triplet: 8A, 51 and 3A. RGB value is (138,81,58). Sum of RGB (Red+Green+Blue) = 138+81+58=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A513A is #75AEC5. Grayscale: #5F5F5F. Windows color (decimal): -7712454 or 3821962. OLE color: 3821962.

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

Color convert

RGB 138 81 58 -
CMYK 0 0.41 0.58 0.46
HSL 17.25º 0.41% 0.38% -
HSV(B) 17.25º 0.58% 0.54% -
XYZ 14.19 11.59 5.49 -
YUV 95.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 138 81 58 0 0.41 0.58 0.46 17.25 0.41 0.38
Hex 8A 51 3A 0 29 3A 2E 11 29 26
Octal 212 121 72 0 51 72 56 21 51 46
Binary 10001010 1010001 111010 0 101001 111010 101110 10001 101001 100110

Color Harmonies of #8A513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A513A

Black with #8A513A

Text Example


Text Example

White with #8A513A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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