Html Css Color HEX #8C5037 Paarl

📋 copy color: '#8C5037'

red 140 ◦ green 80 ◦ blue 55

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

Shades of Paarl #8C5037

Tints of Paarl #8C5037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20%

R = 50.91%
G = 29.09%
B = 20%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C5037 (or 0x8C5037) is known color: Paarl. HEX triplet: 8C, 50 and 37. RGB value is (140,80,55). Sum of RGB (Red+Green+Blue) = 140+80+55=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5037 is #73AFC8. Grayscale: #5F5F5F. Windows color (decimal): -7581641 or 3625100. OLE color: 3625100.

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

Color convert

RGB 140 80 55 -
CMYK 0 0.43 0.61 0.45
HSL 17.65º 0.44% 0.38% -
HSV(B) 17.65º 0.61% 0.55% -
XYZ 14.37 11.59 5.09 -
YUV 95.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 140 80 55 0 0.43 0.61 0.45 17.65 0.44 0.38
Hex 8C 50 37 0 2B 3D 2D 12 2C 26
Octal 214 120 67 0 53 75 55 22 54 46
Binary 10001100 1010000 110111 0 101011 111101 101101 10010 101100 100110

Color Harmonies of #8C5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5037

Black with #8C5037

Text Example


Text Example

White with #8C5037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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