Html Css Color HEX #8C4D37 Paarl

📋 copy color: '#8C4D37'

red 140 ◦ green 77 ◦ blue 55

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

Shades of Paarl #8C4D37

Tints of Paarl #8C4D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.31%

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

R = 51.47%
G = 28.31%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C4D37 (or 0x8C4D37) is known color: Paarl. HEX triplet: 8C, 4D and 37. RGB value is (140,77,55). Sum of RGB (Red+Green+Blue) = 140+77+55=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4D37 is #73B2C8. Grayscale: #5D5D5D. Windows color (decimal): -7582409 or 3624332. OLE color: 3624332.

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

Color convert

RGB 140 77 55 -
CMYK 0 0.45 0.61 0.45
HSL 15.53º 0.44% 0.38% -
HSV(B) 15.53º 0.61% 0.55% -
XYZ 14.16 11.16 5.02 -
YUV 93.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 140 77 55 0 0.45 0.61 0.45 15.53 0.44 0.38
Hex 8C 4D 37 0 2D 3D 2D 10 2C 26
Octal 214 115 67 0 55 75 55 20 54 46
Binary 10001100 1001101 110111 0 101101 111101 101101 10000 101100 100110

Color Harmonies of #8C4D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4D37

Black with #8C4D37

Text Example


Text Example

White with #8C4D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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