#854738

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

Shades of Paarl #854738

Tints of Paarl #854738

Color information

#854738 (or 0x854738) is unknown color: approx Paarl. HEX triplet: 85, 47 and 38. RGB value is (133,71,56). Sum of RGB (Red+Green+Blue) = 133+71+56=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #854738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854738 is #7AB8C7. Grayscale: #575757. Windows color (decimal): -8042696 or 3688325. OLE color: 3688325.

HSL color Cylindrical-coordinate representation of color #854738: hue angle of 11.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #854738 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1337156-
CMYK00.470.580.48
HSL11.69º40.74%37.06%-
HSV(B)11.69º57.89%52.16%-
XYZ12.649.784.96-
YUV87.83110.04160.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=51.15%
G=27.31%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133715600.470.580.4811.6940.7437.06
Hex85473802F3A30c2925
Octal205107700577260145145
Binary10000101100011111100001011111110101100001100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854738; }

 p { color: rgb(133,71,56); }

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

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

 a { background-color: rgb(133,71,56); }

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

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

 span { border-color: rgb(133,71,56); }

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