Html Css Color HEX #804933 Paarl

📋 copy color: '#804933'

red 128 ◦ green 73 ◦ blue 51

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

Shades of Paarl #804933

Tints of Paarl #804933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 50.79%
G = 28.97%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#804933 (or 0x804933) is known color: Paarl. HEX triplet: 80, 49 and 33. RGB value is (128,73,51). Sum of RGB (Red+Green+Blue) = 128+73+51=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #804933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804933 is #7FB6CC. Grayscale: #575757. Windows color (decimal): -8369869 or 3361152. OLE color: 3361152.

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

Color convert

RGB 128 73 51 -
CMYK 0 0.43 0.60 0.50
HSL 17.14º 0.43% 0.35% -
HSV(B) 17.14º 0.6% 0.5% -
XYZ 11.88 9.59 4.36 -
YUV 86.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 128 73 51 0 0.43 0.60 0.50 17.14 0.43 0.35
Hex 80 49 33 0 2B 3C 32 11 2B 23
Octal 200 111 63 0 53 74 62 21 53 43
Binary 10000000 1001001 110011 0 101011 111100 110010 10001 101011 100011

Color Harmonies of #804933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804933

Black with #804933

Text Example


Text Example

White with #804933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804933; }

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

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

background-color css

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

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

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

border-color css

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

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

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