#914A34

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

Shades of Paarl #914A34

Tints of Paarl #914A34

Color information

#914A34 (or 0x914A34) is unknown color: approx Paarl. HEX triplet: 91, 4A and 34. RGB value is (145,74,52). Sum of RGB (Red+Green+Blue) = 145+74+52=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #914A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A34 is #6EB5CB. Grayscale: #5C5C5C. Windows color (decimal): -7255500 or 3426961. OLE color: 3426961.

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

Color convert

RGB1457452-
CMYK00.490.640.43
HSL14.19º47.21%38.63%-
HSV(B)14.19º64.14%56.86%-
XYZ14.7511.174.63-
YUV92.72105.02165.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.51%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=53.51%
G=27.31%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145745200.490.640.4314.1947.2138.63
Hex914A34031402Be2f27
Octal2211126406110053165747
Binary100100011001010110100011000110000001010111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,74,52); }

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

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

 a { background-color: rgb(145,74,52); }

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

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

 span { border-color: rgb(145,74,52); }

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