Html Css Color HEX #854C36 Paarl

📋 copy color: '#854C36'

red 133 ◦ green 76 ◦ blue 54

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

Shades of Paarl #854C36

Tints of Paarl #854C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.9%

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

R = 50.57%
G = 28.9%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#854C36 (or 0x854C36) is known color: Paarl. HEX triplet: 85, 4C and 36. RGB value is (133,76,54). Sum of RGB (Red+Green+Blue) = 133+76+54=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #854C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C36 is #7AB3C9. Grayscale: #5A5A5A. Windows color (decimal): -8041418 or 3558533. OLE color: 3558533.

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

Color convert

RGB 133 76 54 -
CMYK 0 0.43 0.59 0.48
HSL 16.71º 0.42% 0.37% -
HSV(B) 16.71º 0.59% 0.52% -
XYZ 12.92 10.42 4.82 -
YUV 90.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 133 76 54 0 0.43 0.59 0.48 16.71 0.42 0.37
Hex 85 4C 36 0 2B 3B 30 11 2A 25
Octal 205 114 66 0 53 73 60 21 52 45
Binary 10000101 1001100 110110 0 101011 111011 110000 10001 101010 100101

Color Harmonies of #854C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C36

Black with #854C36

Text Example


Text Example

White with #854C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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