Html Css Color HEX #8A4B3A Paarl

📋 copy color: '#8A4B3A'

red 138 ◦ green 75 ◦ blue 58

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

Shades of Paarl #8A4B3A

Tints of Paarl #8A4B3A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

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

R = 50.92%
G = 27.68%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A4B3A (or 0x8A4B3A) is known color: Paarl. HEX triplet: 8A, 4B and 3A. RGB value is (138,75,58). Sum of RGB (Red+Green+Blue) = 138+75+58=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4B3A is #75B4C5. Grayscale: #5C5C5C. Windows color (decimal): -7713990 or 3820426. OLE color: 3820426.

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

Color convert

RGB 138 75 58 -
CMYK 0 0.46 0.58 0.46
HSL 12.75º 0.41% 0.38% -
HSV(B) 12.75º 0.58% 0.54% -
XYZ 13.76 10.74 5.35 -
YUV 91.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 138 75 58 0 0.46 0.58 0.46 12.75 0.41 0.38
Hex 8A 4B 3A 0 2E 3A 2E D 29 26
Octal 212 113 72 0 56 72 56 15 51 46
Binary 10001010 1001011 111010 0 101110 111010 101110 1101 101001 100110

Color Harmonies of #8A4B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4B3A

Black with #8A4B3A

Text Example


Text Example

White with #8A4B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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