Html Css Color HEX #8E4B32 Paarl

📋 copy color: '#8E4B32'

red 142 ◦ green 75 ◦ blue 50

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

Shades of Paarl #8E4B32

Tints of Paarl #8E4B32

RGB

 RED value IS 142 (55.86% from 255) = 53.18%

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

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 53.18%
G = 28.09%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E4B32 (or 0x8E4B32) is known color: Paarl. HEX triplet: 8E, 4B and 32. RGB value is (142,75,50). Sum of RGB (Red+Green+Blue) = 142+75+50=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4B32 is #71B4CD. Grayscale: #5C5C5C. Windows color (decimal): -7451854 or 3296142. OLE color: 3296142.

HSL color Cylindrical-coordinate representation of color #8E4B32: hue angle of 16.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E4B32 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 75 50 -
CMYK 0 0.47 0.65 0.44
HSL 16.3º 0.48% 0.38% -
HSV(B) 16.3º 0.65% 0.56% -
XYZ 14.25 11.01 4.39 -
YUV 92.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 142 75 50 0 0.47 0.65 0.44 16.3 0.48 0.38
Hex 8E 4B 32 0 2F 41 2C 10 30 26
Octal 216 113 62 0 57 101 54 20 60 46
Binary 10001110 1001011 110010 0 101111 1000001 101100 10000 110000 100110

Color Harmonies of #8E4B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4B32

Black with #8E4B32

Text Example


Text Example

White with #8E4B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,75,50); }

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

background-color css

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

 a { background-color: rgb(142,75,50); }

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

border-color css

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

 span { border-color: rgb(142,75,50); }

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