Html Css Color HEX #854C34 Paarl

📋 copy color: '#854C34'

red 133 ◦ green 76 ◦ blue 52

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

Shades of Paarl #854C34

Tints of Paarl #854C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 50.96%
G = 29.12%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#854C34 (or 0x854C34) is known color: Paarl. HEX triplet: 85, 4C and 34. RGB value is (133,76,52). Sum of RGB (Red+Green+Blue) = 133+76+52=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #854C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C34 is #7AB3CB. Grayscale: #5A5A5A. Windows color (decimal): -8041420 or 3427461. OLE color: 3427461.

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

Color convert

RGB 133 76 52 -
CMYK 0 0.43 0.61 0.48
HSL 17.78º 0.44% 0.36% -
HSV(B) 17.78º 0.61% 0.52% -
XYZ 12.88 10.4 4.58 -
YUV 90.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 133 76 52 0 0.43 0.61 0.48 17.78 0.44 0.36
Hex 85 4C 34 0 2B 3D 30 12 2C 24
Octal 205 114 64 0 53 75 60 22 54 44
Binary 10000101 1001100 110100 0 101011 111101 110000 10010 101100 100100

Color Harmonies of #854C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C34

Black with #854C34

Text Example


Text Example

White with #854C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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