Html Css Color HEX #8A4631 Paarl

📋 copy color: '#8A4631'

red 138 ◦ green 70 ◦ blue 49

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

Shades of Paarl #8A4631

Tints of Paarl #8A4631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

 BLUE value IS 49 (19.53% from 255) = 19.07%

R = 53.7%
G = 27.24%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#8A4631 (or 0x8A4631) is known color: Paarl. HEX triplet: 8A, 46 and 31. RGB value is (138,70,49). Sum of RGB (Red+Green+Blue) = 138+70+49=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4631 is #75B9CE. Grayscale: #585858. Windows color (decimal): -7715279 or 3229322. OLE color: 3229322.

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

Color convert

RGB 138 70 49 -
CMYK 0 0.49 0.64 0.46
HSL 14.16º 0.48% 0.37% -
HSV(B) 14.16º 0.64% 0.54% -
XYZ 13.23 10.01 4.14 -
YUV 87.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 138 70 49 0 0.49 0.64 0.46 14.16 0.48 0.37
Hex 8A 46 31 0 31 40 2E E 30 25
Octal 212 106 61 0 61 100 56 16 60 45
Binary 10001010 1000110 110001 0 110001 1000000 101110 1110 110000 100101

Color Harmonies of #8A4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4631

Black with #8A4631

Text Example


Text Example

White with #8A4631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,70,49); }

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

background-color css

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

 a { background-color: rgb(138,70,49); }

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

border-color css

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

 span { border-color: rgb(138,70,49); }

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