Html Css Color HEX #854E32 Paarl

📋 copy color: '#854E32'

red 133 ◦ green 78 ◦ blue 50

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

Shades of Paarl #854E32

Tints of Paarl #854E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.89%

 BLUE value IS 50 (19.92% from 255) = 19.16%

R = 50.96%
G = 29.89%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#854E32 (or 0x854E32) is known color: Paarl. HEX triplet: 85, 4E and 32. RGB value is (133,78,50). Sum of RGB (Red+Green+Blue) = 133+78+50=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #854E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E32 is #7AB1CD. Grayscale: #5B5B5B. Windows color (decimal): -8040910 or 3296901. OLE color: 3296901.

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

Color convert

RGB 133 78 50 -
CMYK 0 0.41 0.62 0.48
HSL 20.24º 0.45% 0.36% -
HSV(B) 20.24º 0.62% 0.52% -
XYZ 12.97 10.67 4.39 -
YUV 91.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 133 78 50 0 0.41 0.62 0.48 20.24 0.45 0.36
Hex 85 4E 32 0 29 3E 30 14 2D 24
Octal 205 116 62 0 51 76 60 24 55 44
Binary 10000101 1001110 110010 0 101001 111110 110000 10100 101101 100100

Color Harmonies of #854E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854E32

Black with #854E32

Text Example


Text Example

White with #854E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,78,50); }

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

background-color css

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

 a { background-color: rgb(133,78,50); }

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

border-color css

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

 span { border-color: rgb(133,78,50); }

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