Html Css Color HEX #8C4635 Paarl

📋 copy color: '#8C4635'

red 140 ◦ green 70 ◦ blue 53

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

Shades of Paarl #8C4635

Tints of Paarl #8C4635

RGB

 RED value IS 140 (55.08% from 255) = 53.23%

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

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

R = 53.23%
G = 26.62%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8C4635 (or 0x8C4635) is known color: Paarl. HEX triplet: 8C, 46 and 35. RGB value is (140,70,53). Sum of RGB (Red+Green+Blue) = 140+70+53=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4635 is #73B9CA. Grayscale: #595959. Windows color (decimal): -7584203 or 3491468. OLE color: 3491468.

HSL color Cylindrical-coordinate representation of color #8C4635: hue angle of 11.72º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C4635 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 70 53 -
CMYK 0 0.50 0.62 0.45
HSL 11.72º 0.45% 0.38% -
HSV(B) 11.72º 0.62% 0.55% -
XYZ 13.65 10.21 4.62 -
YUV 88.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 140 70 53 0 0.50 0.62 0.45 11.72 0.45 0.38
Hex 8C 46 35 0 32 3E 2D C 2D 26
Octal 214 106 65 0 62 76 55 14 55 46
Binary 10001100 1000110 110101 0 110010 111110 101101 1100 101101 100110

Color Harmonies of #8C4635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4635

Black with #8C4635

Text Example


Text Example

White with #8C4635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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