Html Css Color HEX #8E4634 Paarl

📋 copy color: '#8E4634'

red 142 ◦ green 70 ◦ blue 52

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

Shades of Paarl #8E4634

Tints of Paarl #8E4634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 53.79%
G = 26.52%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8E4634 (or 0x8E4634) is known color: Paarl. HEX triplet: 8E, 46 and 34. RGB value is (142,70,52). Sum of RGB (Red+Green+Blue) = 142+70+52=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4634 is #71B9CB. Grayscale: #595959. Windows color (decimal): -7453132 or 3425934. OLE color: 3425934.

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

Color convert

RGB 142 70 52 -
CMYK 0 0.51 0.63 0.44
HSL 12º 0.46% 0.38% -
HSV(B) 12º 0.63% 0.56% -
XYZ 13.97 10.38 4.52 -
YUV 89.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 142 70 52 0 0.51 0.63 0.44 12 0.46 0.38
Hex 8E 46 34 0 33 3F 2C C 2E 26
Octal 216 106 64 0 63 77 54 14 56 46
Binary 10001110 1000110 110100 0 110011 111111 101100 1100 101110 100110

Color Harmonies of #8E4634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4634

Black with #8E4634

Text Example


Text Example

White with #8E4634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,70,52); }

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

background-color css

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

 a { background-color: rgb(142,70,52); }

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

border-color css

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

 span { border-color: rgb(142,70,52); }

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