Html Css Color HEX #804934 Paarl

📋 copy color: '#804934'

red 128 ◦ green 73 ◦ blue 52

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

Shades of Paarl #804934

Tints of Paarl #804934

RGB

 RED value IS 128 (50.39% from 255) = 50.59%

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

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

R = 50.59%
G = 28.85%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#804934 (or 0x804934) is known color: Paarl. HEX triplet: 80, 49 and 34. RGB value is (128,73,52). Sum of RGB (Red+Green+Blue) = 128+73+52=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #804934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804934 is #7FB6CB. Grayscale: #575757. Windows color (decimal): -8369868 or 3426688. OLE color: 3426688.

HSL color Cylindrical-coordinate representation of color #804934: hue angle of 16.58º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804934 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 52 -
CMYK 0 0.43 0.59 0.50
HSL 16.58º 0.42% 0.35% -
HSV(B) 16.58º 0.59% 0.5% -
XYZ 11.9 9.6 4.47 -
YUV 87.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 128 73 52 0 0.43 0.59 0.50 16.58 0.42 0.35
Hex 80 49 34 0 2B 3B 32 11 2A 23
Octal 200 111 64 0 53 73 62 21 52 43
Binary 10000000 1001001 110100 0 101011 111011 110010 10001 101010 100011

Color Harmonies of #804934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804934

Black with #804934

Text Example


Text Example

White with #804934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804934; }

 p { color: rgb(128,73,52); }

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

background-color css

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

 a { background-color: rgb(128,73,52); }

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

border-color css

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

 span { border-color: rgb(128,73,52); }

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