#854634

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

Shades of Paarl #854634

Tints of Paarl #854634

Color information

#854634 (or 0x854634) is unknown color: approx Paarl. HEX triplet: 85, 46 and 34. RGB value is (133,70,52). Sum of RGB (Red+Green+Blue) = 133+70+52=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #854634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854634 is #7AB9CB. Grayscale: #565656. Windows color (decimal): -8042956 or 3425925. OLE color: 3425925.

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

Color convert

RGB1337052-
CMYK00.470.610.48
HSL13.33º43.78%36.27%-
HSV(B)13.33º60.9%52.16%-
XYZ12.489.614.45-
YUV86.78108.37160.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 52 (20.70% from 255) = 20.39%
R=52.16%
G=27.45%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133705200.470.610.4813.3343.7836.27
Hex85463402F3D30d2c24
Octal205106640577560155444
Binary10000101100011011010001011111111011100001101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854634; }

 p { color: rgb(133,70,52); }

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

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

 a { background-color: rgb(133,70,52); }

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

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

 span { border-color: rgb(133,70,52); }

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