Html Css Color HEX #8C5034 Paarl

📋 copy color: '#8C5034'

red 140 ◦ green 80 ◦ blue 52

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

Shades of Paarl #8C5034

Tints of Paarl #8C5034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 51.47%
G = 29.41%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8C5034 (or 0x8C5034) is known color: Paarl. HEX triplet: 8C, 50 and 34. RGB value is (140,80,52). Sum of RGB (Red+Green+Blue) = 140+80+52=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5034 is #73AFCB. Grayscale: #5E5E5E. Windows color (decimal): -7581644 or 3428492. OLE color: 3428492.

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

Color convert

RGB 140 80 52 -
CMYK 0 0.43 0.63 0.45
HSL 19.09º 0.46% 0.38% -
HSV(B) 19.09º 0.63% 0.55% -
XYZ 14.3 11.56 4.73 -
YUV 94.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 140 80 52 0 0.43 0.63 0.45 19.09 0.46 0.38
Hex 8C 50 34 0 2B 3F 2D 13 2E 26
Octal 214 120 64 0 53 77 55 23 56 46
Binary 10001100 1010000 110100 0 101011 111111 101101 10011 101110 100110

Color Harmonies of #8C5034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5034

Black with #8C5034

Text Example


Text Example

White with #8C5034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,80,52); }

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

background-color css

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

 a { background-color: rgb(140,80,52); }

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

border-color css

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

 span { border-color: rgb(140,80,52); }

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