Html Css Color HEX #8E4635 Paarl

📋 copy color: '#8E4635'

red 142 ◦ green 70 ◦ blue 53

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

Shades of Paarl #8E4635

Tints of Paarl #8E4635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20%

R = 53.58%
G = 26.42%
B = 20%

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

#8E4635 (or 0x8E4635) is known color: Paarl. HEX triplet: 8E, 46 and 35. RGB value is (142,70,53). Sum of RGB (Red+Green+Blue) = 142+70+53=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4635 is #71B9CA. Grayscale: #595959. Windows color (decimal): -7453131 or 3491470. OLE color: 3491470.

HSL color Cylindrical-coordinate representation of color #8E4635: hue angle of 11.46º 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 #8E4635 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 70 53 -
CMYK 0 0.51 0.63 0.44
HSL 11.46º 0.46% 0.38% -
HSV(B) 11.46º 0.63% 0.56% -
XYZ 13.99 10.39 4.64 -
YUV 89.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 142 70 53 0 0.51 0.63 0.44 11.46 0.46 0.38
Hex 8E 46 35 0 33 3F 2C B 2E 26
Octal 216 106 65 0 63 77 54 13 56 46
Binary 10001110 1000110 110101 0 110011 111111 101100 1011 101110 100110

Color Harmonies of #8E4635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4635

Black with #8E4635

Text Example


Text Example

White with #8E4635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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