#854B31

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

Shades of Paarl #854B31

Tints of Paarl #854B31

Color information

#854B31 (or 0x854B31) is unknown color: approx Paarl. HEX triplet: 85, 4B and 31. RGB value is (133,75,49). Sum of RGB (Red+Green+Blue) = 133+75+49=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #854B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B31 is #7AB4CE. Grayscale: #595959. Windows color (decimal): -8041679 or 3230597. OLE color: 3230597.

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

Color convert

RGB1337549-
CMYK00.440.630.48
HSL18.57º46.15%35.69%-
HSV(B)18.57º63.16%52.16%-
XYZ12.7410.244.21-
YUV89.38105.22159.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=51.75%
G=29.18%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133754900.440.630.4818.5746.1535.69
Hex854B3102C3F30132e24
Octal205113610547760235644
Binary100001011001011110001010110011111111000010011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,75,49); }

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

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

 a { background-color: rgb(133,75,49); }

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

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

 span { border-color: rgb(133,75,49); }

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