#914B34

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

Shades of Paarl #914B34

Tints of Paarl #914B34

Color information

#914B34 (or 0x914B34) is unknown color: approx Paarl. HEX triplet: 91, 4B and 34. RGB value is (145,75,52). Sum of RGB (Red+Green+Blue) = 145+75+52=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #914B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914B34 is #6EB4CB. Grayscale: #5D5D5D. Windows color (decimal): -7255244 or 3427217. OLE color: 3427217.

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

Color convert

RGB1457552-
CMYK00.480.640.43
HSL14.84º47.21%38.63%-
HSV(B)14.84º64.14%56.86%-
XYZ14.8111.34.65-
YUV93.31104.69164.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.31%
GREEN value IS 75 (29.69% from 255) = 27.57%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=53.31%
G=27.57%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145755200.480.640.4314.8447.2138.63
Hex914B34030402Bf2f27
Octal2211136406010053175747
Binary100100011001011110100011000010000001010111111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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