Html Css Color HEX #854839 Paarl

📋 copy color: '#854839'

red 133 ◦ green 72 ◦ blue 57

#854839
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paarl #854839

Tints of Paarl #854839

RGB

 RED value IS 133 (52.34% from 255) = 50.76%

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 50.76%
G = 27.48%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#854839 (or 0x854839) is known color: Paarl. HEX triplet: 85, 48 and 39. RGB value is (133,72,57). Sum of RGB (Red+Green+Blue) = 133+72+57=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #854839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854839 is #7AB7C6. Grayscale: #585858. Windows color (decimal): -8042439 or 3754117. OLE color: 3754117.

HSL color Cylindrical-coordinate representation of color #854839: hue angle of 11.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854839 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 57 -
CMYK 0 0.46 0.57 0.48
HSL 11.84º 0.4% 0.37% -
HSV(B) 11.84º 0.57% 0.52% -
XYZ 12.73 9.92 5.11 -
YUV 88.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 133 72 57 0 0.46 0.57 0.48 11.84 0.4 0.37
Hex 85 48 39 0 2E 39 30 C 28 25
Octal 205 110 71 0 56 71 60 14 50 45
Binary 10000101 1001000 111001 0 101110 111001 110000 1100 101000 100101

Color Harmonies of #854839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854839

Black with #854839

Text Example


Text Example

White with #854839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854839; }

 p { color: rgb(133,72,57); }

 H1.HeaderClassName
 {
   color: #854839;
 }
 .AnyTagClassName
 {
   color: #854839;
 }
</style>

background-color css

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

 a { background-color: rgb(133,72,57); }

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

border-color css

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

 span { border-color: rgb(133,72,57); }

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