Html Css Color HEX #804A34 Paarl

📋 copy color: '#804A34'

red 128 ◦ green 74 ◦ blue 52

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

Shades of Paarl #804A34

Tints of Paarl #804A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

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

R = 50.39%
G = 29.13%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#804A34 (or 0x804A34) is known color: Paarl. HEX triplet: 80, 4A and 34. RGB value is (128,74,52). Sum of RGB (Red+Green+Blue) = 128+74+52=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #804A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A34 is #7FB5CB. Grayscale: #575757. Windows color (decimal): -8369612 or 3426944. OLE color: 3426944.

HSL color Cylindrical-coordinate representation of color #804A34: hue angle of 17.37º 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 #804A34 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 74 52 -
CMYK 0 0.42 0.59 0.50
HSL 17.37º 0.42% 0.35% -
HSV(B) 17.37º 0.59% 0.5% -
XYZ 11.97 9.73 4.5 -
YUV 87.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 128 74 52 0 0.42 0.59 0.50 17.37 0.42 0.35
Hex 80 4A 34 0 2A 3B 32 11 2A 23
Octal 200 112 64 0 52 73 62 21 52 43
Binary 10000000 1001010 110100 0 101010 111011 110010 10001 101010 100011

Color Harmonies of #804A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A34

Black with #804A34

Text Example


Text Example

White with #804A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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