#854B3A

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

Shades of Paarl #854B3A

Tints of Paarl #854B3A

Color information

#854B3A (or 0x854B3A) is unknown color: approx Paarl. HEX triplet: 85, 4B and 3A. RGB value is (133,75,58). Sum of RGB (Red+Green+Blue) = 133+75+58=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #854B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B3A is #7AB4C5. Grayscale: #5A5A5A. Windows color (decimal): -8041670 or 3820421. OLE color: 3820421.

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

Color convert

RGB1337558-
CMYK00.440.560.48
HSL13.6º39.27%37.45%-
HSV(B)13.6º56.39%52.16%-
XYZ12.9510.325.31-
YUV90.4109.72158.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=50%
G=28.20%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133755800.440.560.4813.639.2737.45
Hex854B3A02C3830e2725
Octal205113720547060164745
Binary10000101100101111101001011001110001100001110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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