Html Css Color HEX #8C4636 Paarl

📋 copy color: '#8C4636'

red 140 ◦ green 70 ◦ blue 54

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

Shades of Paarl #8C4636

Tints of Paarl #8C4636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

 BLUE value IS 54 (21.48% from 255) = 20.45%

R = 53.03%
G = 26.52%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C4636 (or 0x8C4636) is known color: Paarl. HEX triplet: 8C, 46 and 36. RGB value is (140,70,54). Sum of RGB (Red+Green+Blue) = 140+70+54=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4636 is #73B9C9. Grayscale: #595959. Windows color (decimal): -7584202 or 3557004. OLE color: 3557004.

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

Color convert

RGB 140 70 54 -
CMYK 0 0.50 0.61 0.45
HSL 11.16º 0.44% 0.38% -
HSV(B) 11.16º 0.61% 0.55% -
XYZ 13.67 10.22 4.74 -
YUV 89.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 140 70 54 0 0.50 0.61 0.45 11.16 0.44 0.38
Hex 8C 46 36 0 32 3D 2D B 2C 26
Octal 214 106 66 0 62 75 55 13 54 46
Binary 10001100 1000110 110110 0 110010 111101 101101 1011 101100 100110

Color Harmonies of #8C4636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4636

Black with #8C4636

Text Example


Text Example

White with #8C4636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,70,54); }

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

background-color css

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

 a { background-color: rgb(140,70,54); }

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

border-color css

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

 span { border-color: rgb(140,70,54); }

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