#854838

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

Shades of Paarl #854838

Tints of Paarl #854838

Color information

#854838 (or 0x854838) is unknown color: approx Paarl. HEX triplet: 85, 48 and 38. RGB value is (133,72,56). Sum of RGB (Red+Green+Blue) = 133+72+56=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #854838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854838 is #7AB7C7. Grayscale: #585858. Windows color (decimal): -8042440 or 3688581. OLE color: 3688581.

HSL color Cylindrical-coordinate representation of color #854838: hue angle of 12.47º 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 #854838 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1337256-
CMYK00.460.580.48
HSL12.47º40.74%37.06%-
HSV(B)12.47º57.89%52.16%-
XYZ12.79.914.98-
YUV88.42109.71159.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 56 (22.27% from 255) = 21.46%
R=50.96%
G=27.59%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133725600.460.580.4812.4740.7437.06
Hex85483802E3A30c2925
Octal205110700567260145145
Binary10000101100100011100001011101110101100001100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854838; }

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

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

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

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

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

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

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

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