Html Css Color HEX #854932 Paarl

📋 copy color: '#854932'

red 133 ◦ green 73 ◦ blue 50

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

Shades of Paarl #854932

Tints of Paarl #854932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 51.95%
G = 28.52%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#854932 (or 0x854932) is known color: Paarl. HEX triplet: 85, 49 and 32. RGB value is (133,73,50). Sum of RGB (Red+Green+Blue) = 133+73+50=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #854932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854932 is #7AB6CD. Grayscale: #585858. Windows color (decimal): -8042190 or 3295621. OLE color: 3295621.

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

Color convert

RGB 133 73 50 -
CMYK 0 0.45 0.62 0.48
HSL 16.63º 0.45% 0.36% -
HSV(B) 16.63º 0.62% 0.52% -
XYZ 12.63 9.98 4.28 -
YUV 88.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 133 73 50 0 0.45 0.62 0.48 16.63 0.45 0.36
Hex 85 49 32 0 2D 3E 30 11 2D 24
Octal 205 111 62 0 55 76 60 21 55 44
Binary 10000101 1001001 110010 0 101101 111110 110000 10001 101101 100100

Color Harmonies of #854932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854932

Black with #854932

Text Example


Text Example

White with #854932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854932; }

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

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

background-color css

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

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

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

border-color css

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

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

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