Html Css Color HEX #854636 Paarl

📋 copy color: '#854636'

red 133 ◦ green 70 ◦ blue 54

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

Shades of Paarl #854636

Tints of Paarl #854636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

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

R = 51.75%
G = 27.24%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#854636 (or 0x854636) is known color: Paarl. HEX triplet: 85, 46 and 36. RGB value is (133,70,54). Sum of RGB (Red+Green+Blue) = 133+70+54=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #854636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854636 is #7AB9C9. Grayscale: #575757. Windows color (decimal): -8042954 or 3556997. OLE color: 3556997.

HSL color Cylindrical-coordinate representation of color #854636: hue angle of 12.15º 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 #854636 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 54 -
CMYK 0 0.47 0.59 0.48
HSL 12.15º 0.42% 0.37% -
HSV(B) 12.15º 0.59% 0.52% -
XYZ 12.53 9.63 4.69 -
YUV 87.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 133 70 54 0 0.47 0.59 0.48 12.15 0.42 0.37
Hex 85 46 36 0 2F 3B 30 C 2A 25
Octal 205 106 66 0 57 73 60 14 52 45
Binary 10000101 1000110 110110 0 101111 111011 110000 1100 101010 100101

Color Harmonies of #854636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854636

Black with #854636

Text Example


Text Example

White with #854636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854636; }

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

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

background-color css

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

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

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

border-color css

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

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

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