#914C36

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

Shades of Paarl #914C36

Tints of Paarl #914C36

Color information

#914C36 (or 0x914C36) is unknown color: approx Paarl. HEX triplet: 91, 4C and 36. RGB value is (145,76,54). Sum of RGB (Red+Green+Blue) = 145+76+54=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #914C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914C36 is #6EB3C9. Grayscale: #5E5E5E. Windows color (decimal): -7254986 or 3558545. OLE color: 3558545.

HSL color Cylindrical-coordinate representation of color #914C36: hue angle of 14.51º 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 #914C36 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1457654-
CMYK00.480.630.43
HSL14.51º45.73%39.02%-
HSV(B)14.51º62.76%56.86%-
XYZ14.9311.454.91-
YUV94.12105.36164.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.73%
GREEN value IS 76 (30.08% from 255) = 27.64%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=52.73%
G=27.64%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145765400.480.630.4314.5145.7339.02
Hex914C360303F2Bf2e27
Octal221114660607753175647
Binary10010001100110011011001100001111111010111111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,76,54); }

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

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

 a { background-color: rgb(145,76,54); }

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

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

 span { border-color: rgb(145,76,54); }

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