#854C30

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

Shades of Paarl #854C30

Tints of Paarl #854C30

Color information

#854C30 (or 0x854C30) is unknown color: approx Paarl. HEX triplet: 85, 4C and 30. RGB value is (133,76,48). Sum of RGB (Red+Green+Blue) = 133+76+48=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #854C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C30 is #7AB3CF. Grayscale: #5A5A5A. Windows color (decimal): -8041424 or 3165317. OLE color: 3165317.

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

Color convert

RGB1337648-
CMYK00.430.640.48
HSL19.76º46.96%35.49%-
HSV(B)19.76º63.91%52.16%-
XYZ12.7910.374.12-
YUV89.85104.38158.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=51.75%
G=29.57%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133764800.430.640.4819.7646.9635.49
Hex854C3002B4030142f23
Octal2051146005310060245743
Binary1000010110011001100000101011100000011000010100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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