#854C32

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

Shades of Paarl #854C32

Tints of Paarl #854C32

Color information

#854C32 (or 0x854C32) is unknown color: approx Paarl. HEX triplet: 85, 4C and 32. RGB value is (133,76,50). Sum of RGB (Red+Green+Blue) = 133+76+50=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #854C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C32 is #7AB3CD. Grayscale: #5A5A5A. Windows color (decimal): -8041422 or 3296389. OLE color: 3296389.

HSL color Cylindrical-coordinate representation of color #854C32: hue angle of 18.8º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #854C32 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1337650-
CMYK00.430.620.48
HSL18.8º45.36%35.88%-
HSV(B)18.8º62.41%52.16%-
XYZ12.8310.394.35-
YUV90.08105.38158.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=51.35%
G=29.34%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133765000.430.620.4818.845.3635.88
Hex854C3202B3E30132d24
Octal205114620537660235544
Binary100001011001100110010010101111111011000010011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854C32; }

 p { color: rgb(133,76,50); }

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

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

 a { background-color: rgb(133,76,50); }

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

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

 span { border-color: rgb(133,76,50); }

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