#914D35

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

Shades of Paarl #914D35

Tints of Paarl #914D35

Color information

#914D35 (or 0x914D35) is unknown color: approx Paarl. HEX triplet: 91, 4D and 35. RGB value is (145,77,53). Sum of RGB (Red+Green+Blue) = 145+77+53=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #914D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D35 is #6EB2CA. Grayscale: #5E5E5E. Windows color (decimal): -7254731 or 3493265. OLE color: 3493265.

HSL color Cylindrical-coordinate representation of color #914D35: hue angle of 15.65º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #914D35 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1457753-
CMYK00.470.630.43
HSL15.65º46.46%38.82%-
HSV(B)15.65º63.45%56.86%-
XYZ14.9711.584.82-
YUV94.6104.53163.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.73%
GREEN value IS 77 (30.47% from 255) = 28%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=52.73%
G=28%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145775300.470.630.4315.6546.4638.82
Hex914D3502F3F2B102e27
Octal221115650577753205647
Binary100100011001101110101010111111111110101110000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914D35; }

 p { color: rgb(145,77,53); }

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

<style>
 a { background-color: #914D35; }

 a { background-color: rgb(145,77,53); }

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

<style>
 span { border-color: #914D35; }

 span { border-color: rgb(145,77,53); }

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