Html Css Color HEX #8A472E Paarl

📋 copy color: '#8A472E'

red 138 ◦ green 71 ◦ blue 46

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

Shades of Paarl #8A472E

Tints of Paarl #8A472E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.84%

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 54.12%
G = 27.84%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A472E (or 0x8A472E) is known color: Paarl. HEX triplet: 8A, 47 and 2E. RGB value is (138,71,46). Sum of RGB (Red+Green+Blue) = 138+71+46=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A472E is #75B8D1. Grayscale: #585858. Windows color (decimal): -7715026 or 3032970. OLE color: 3032970.

HSL color Cylindrical-coordinate representation of color #8A472E: hue angle of 16.3º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A472E is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 71 46 -
CMYK 0 0.49 0.67 0.46
HSL 16.3º 0.5% 0.36% -
HSV(B) 16.3º 0.67% 0.54% -
XYZ 13.23 10.11 3.84 -
YUV 88.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 138 71 46 0 0.49 0.67 0.46 16.3 0.5 0.36
Hex 8A 47 2E 0 31 43 2E 10 32 24
Octal 212 107 56 0 61 103 56 20 62 44
Binary 10001010 1000111 101110 0 110001 1000011 101110 10000 110010 100100

Color Harmonies of #8A472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A472E

Black with #8A472E

Text Example


Text Example

White with #8A472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,71,46); }

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

background-color css

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

 a { background-color: rgb(138,71,46); }

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

border-color css

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

 span { border-color: rgb(138,71,46); }

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