Html Css Color HEX #804935 Paarl

📋 copy color: '#804935'

red 128 ◦ green 73 ◦ blue 53

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

Shades of Paarl #804935

Tints of Paarl #804935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 50.39%
G = 28.74%
B = 20.87%

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

#804935 (or 0x804935) is known color: Paarl. HEX triplet: 80, 49 and 35. RGB value is (128,73,53). Sum of RGB (Red+Green+Blue) = 128+73+53=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #804935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804935 is #7FB6CA. Grayscale: #575757. Windows color (decimal): -8369867 or 3492224. OLE color: 3492224.

HSL color Cylindrical-coordinate representation of color #804935: hue angle of 16º degrees, saturation: 0.41, 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 #804935 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 53 -
CMYK 0 0.43 0.59 0.50
HSL 16º 0.41% 0.35% -
HSV(B) 16º 0.59% 0.5% -
XYZ 11.93 9.61 4.59 -
YUV 87.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 128 73 53 0 0.43 0.59 0.50 16 0.41 0.35
Hex 80 49 35 0 2B 3B 32 10 29 23
Octal 200 111 65 0 53 73 62 20 51 43
Binary 10000000 1001001 110101 0 101011 111011 110010 10000 101001 100011

Color Harmonies of #804935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804935

Black with #804935

Text Example


Text Example

White with #804935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804935; }

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

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

background-color css

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

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

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

border-color css

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

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

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