#914F38

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

Shades of Paarl #914F38

Tints of Paarl #914F38

Color information

#914F38 (or 0x914F38) is unknown color: approx Paarl. HEX triplet: 91, 4F and 38. RGB value is (145,79,56). Sum of RGB (Red+Green+Blue) = 145+79+56=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #914F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914F38 is #6EB0C7. Grayscale: #606060. Windows color (decimal): -7254216 or 3690385. OLE color: 3690385.

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

Color convert

RGB1457956-
CMYK00.460.610.43
HSL15.51º44.28%39.41%-
HSV(B)15.51º61.38%56.86%-
XYZ15.1911.95.24-
YUV96.11105.37162.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.79%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 56 (22.27% from 255) = 20%
R=51.79%
G=28.21%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145795600.460.610.4315.5144.2839.41
Hex914F3802E3D2B102c27
Octal221117700567553205447
Binary100100011001111111000010111011110110101110000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,79,56); }

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

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

 a { background-color: rgb(145,79,56); }

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

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

 span { border-color: rgb(145,79,56); }

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