Html Css Color HEX #854836 Paarl

📋 copy color: '#854836'

red 133 ◦ green 72 ◦ blue 54

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

Shades of Paarl #854836

Tints of Paarl #854836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.85%

R = 51.35%
G = 27.8%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#854836 (or 0x854836) is known color: Paarl. HEX triplet: 85, 48 and 36. RGB value is (133,72,54). Sum of RGB (Red+Green+Blue) = 133+72+54=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #854836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854836 is #7AB7C9. Grayscale: #585858. Windows color (decimal): -8042442 or 3557509. OLE color: 3557509.

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

Color convert

RGB 133 72 54 -
CMYK 0 0.46 0.59 0.48
HSL 13.67º 0.42% 0.37% -
HSV(B) 13.67º 0.59% 0.52% -
XYZ 12.66 9.89 4.73 -
YUV 88.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 133 72 54 0 0.46 0.59 0.48 13.67 0.42 0.37
Hex 85 48 36 0 2E 3B 30 E 2A 25
Octal 205 110 66 0 56 73 60 16 52 45
Binary 10000101 1001000 110110 0 101110 111011 110000 1110 101010 100101

Color Harmonies of #854836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854836

Black with #854836

Text Example


Text Example

White with #854836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854836; }

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

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

background-color css

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

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

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

border-color css

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

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

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