Html Css Color HEX #8C4737 Paarl

📋 copy color: '#8C4737'

red 140 ◦ green 71 ◦ blue 55

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

Shades of Paarl #8C4737

Tints of Paarl #8C4737

RGB

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

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

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

R = 52.63%
G = 26.69%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C4737 (or 0x8C4737) is known color: Paarl. HEX triplet: 8C, 47 and 37. RGB value is (140,71,55). Sum of RGB (Red+Green+Blue) = 140+71+55=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4737 is #73B8C8. Grayscale: #595959. Windows color (decimal): -7583945 or 3622796. OLE color: 3622796.

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

Color convert

RGB 140 71 55 -
CMYK 0 0.49 0.61 0.45
HSL 11.29º 0.44% 0.38% -
HSV(B) 11.29º 0.61% 0.55% -
XYZ 13.76 10.36 4.89 -
YUV 89.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 140 71 55 0 0.49 0.61 0.45 11.29 0.44 0.38
Hex 8C 47 37 0 31 3D 2D B 2C 26
Octal 214 107 67 0 61 75 55 13 54 46
Binary 10001100 1000111 110111 0 110001 111101 101101 1011 101100 100110

Color Harmonies of #8C4737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4737

Black with #8C4737

Text Example


Text Example

White with #8C4737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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