Html Css Color HEX #8C4835 Paarl

📋 copy color: '#8C4835'

red 140 ◦ green 72 ◦ blue 53

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

Shades of Paarl #8C4835

Tints of Paarl #8C4835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

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

R = 52.83%
G = 27.17%
B = 20%

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

#8C4835 (or 0x8C4835) is known color: Paarl. HEX triplet: 8C, 48 and 35. RGB value is (140,72,53). Sum of RGB (Red+Green+Blue) = 140+72+53=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4835 is #73B7CA. Grayscale: #5A5A5A. Windows color (decimal): -7583691 or 3491980. OLE color: 3491980.

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

Color convert

RGB 140 72 53 -
CMYK 0 0.49 0.62 0.45
HSL 13.1º 0.45% 0.38% -
HSV(B) 13.1º 0.62% 0.55% -
XYZ 13.78 10.47 4.66 -
YUV 90.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 140 72 53 0 0.49 0.62 0.45 13.1 0.45 0.38
Hex 8C 48 35 0 31 3E 2D D 2D 26
Octal 214 110 65 0 61 76 55 15 55 46
Binary 10001100 1001000 110101 0 110001 111110 101101 1101 101101 100110

Color Harmonies of #8C4835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4835

Black with #8C4835

Text Example


Text Example

White with #8C4835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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