Html Css Color HEX #8A4B31 Paarl

📋 copy color: '#8A4B31'

red 138 ◦ green 75 ◦ blue 49

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

Shades of Paarl #8A4B31

Tints of Paarl #8A4B31

RGB

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

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

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

R = 52.67%
G = 28.63%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#8A4B31 (or 0x8A4B31) is known color: Paarl. HEX triplet: 8A, 4B and 31. RGB value is (138,75,49). Sum of RGB (Red+Green+Blue) = 138+75+49=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4B31 is #75B4CE. Grayscale: #5B5B5B. Windows color (decimal): -7713999 or 3230602. OLE color: 3230602.

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

Color convert

RGB 138 75 49 -
CMYK 0 0.46 0.64 0.46
HSL 17.53º 0.48% 0.37% -
HSV(B) 17.53º 0.64% 0.54% -
XYZ 13.55 10.66 4.25 -
YUV 90.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 138 75 49 0 0.46 0.64 0.46 17.53 0.48 0.37
Hex 8A 4B 31 0 2E 40 2E 12 30 25
Octal 212 113 61 0 56 100 56 22 60 45
Binary 10001010 1001011 110001 0 101110 1000000 101110 10010 110000 100101

Color Harmonies of #8A4B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4B31

Black with #8A4B31

Text Example


Text Example

White with #8A4B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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