Html Css Color HEX #8C4735 Paarl

📋 copy color: '#8C4735'

red 140 ◦ green 71 ◦ blue 53

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

Shades of Paarl #8C4735

Tints of Paarl #8C4735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

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

R = 53.03%
G = 26.89%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8C4735 (or 0x8C4735) is known color: Paarl. HEX triplet: 8C, 47 and 35. RGB value is (140,71,53). Sum of RGB (Red+Green+Blue) = 140+71+53=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4735 is #73B8CA. Grayscale: #595959. Windows color (decimal): -7583947 or 3491724. OLE color: 3491724.

HSL color Cylindrical-coordinate representation of color #8C4735: hue angle of 12.41º 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 #8C4735 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 71 53 -
CMYK 0 0.49 0.62 0.45
HSL 12.41º 0.45% 0.38% -
HSV(B) 12.41º 0.62% 0.55% -
XYZ 13.71 10.34 4.64 -
YUV 89.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 140 71 53 0 0.49 0.62 0.45 12.41 0.45 0.38
Hex 8C 47 35 0 31 3E 2D C 2D 26
Octal 214 107 65 0 61 76 55 14 55 46
Binary 10001100 1000111 110101 0 110001 111110 101101 1100 101101 100110

Color Harmonies of #8C4735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4735

Black with #8C4735

Text Example


Text Example

White with #8C4735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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