Html Css Color HEX #8C4A36 Paarl

📋 copy color: '#8C4A36'

red 140 ◦ green 74 ◦ blue 54

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

Shades of Paarl #8C4A36

Tints of Paarl #8C4A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.61%

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

R = 52.24%
G = 27.61%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C4A36 (or 0x8C4A36) is known color: Paarl. HEX triplet: 8C, 4A and 36. RGB value is (140,74,54). Sum of RGB (Red+Green+Blue) = 140+74+54=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4A36 is #73B5C9. Grayscale: #5B5B5B. Windows color (decimal): -7583178 or 3558028. OLE color: 3558028.

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

Color convert

RGB 140 74 54 -
CMYK 0 0.47 0.61 0.45
HSL 13.95º 0.44% 0.38% -
HSV(B) 13.95º 0.61% 0.55% -
XYZ 13.93 10.74 4.83 -
YUV 91.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 140 74 54 0 0.47 0.61 0.45 13.95 0.44 0.38
Hex 8C 4A 36 0 2F 3D 2D E 2C 26
Octal 214 112 66 0 57 75 55 16 54 46
Binary 10001100 1001010 110110 0 101111 111101 101101 1110 101100 100110

Color Harmonies of #8C4A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4A36

Black with #8C4A36

Text Example


Text Example

White with #8C4A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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