#8D4A35

Color #8D4A35 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #8D4A35

Tints of Paarl #8D4A35

Color information

#8D4A35 (or 0x8D4A35) is unknown color: approx Paarl. HEX triplet: 8D, 4A and 35. RGB value is (141,74,53). Sum of RGB (Red+Green+Blue) = 141+74+53=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4A35 is #72B5CA. Grayscale: #5B5B5B. Windows color (decimal): -7517643 or 3492493. OLE color: 3492493.

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

Color convert

RGB1417453-
CMYK00.480.620.45
HSL14.32º45.36%38.04%-
HSV(B)14.32º62.41%55.29%-
XYZ14.0810.824.71-
YUV91.64106.2163.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 53 (21.09% from 255) = 19.78%
R=52.61%
G=27.61%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141745300.480.620.4514.3245.3638.04
Hex8D4A350303E2De2d26
Octal215112650607655165546
Binary10001101100101011010101100001111101011011110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,74,53); }

 H1.HeaderClassName
 {
   color: #8D4A35;
 }
 .AnyTagClassName
 {
   color: #8D4A35;
 }
</style>
background-color css

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

 a { background-color: rgb(141,74,53); }

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

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

 span { border-color: rgb(141,74,53); }

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