Html Css Color HEX #804A35 Paarl

📋 copy color: '#804A35'

red 128 ◦ green 74 ◦ blue 53

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

Shades of Paarl #804A35

Tints of Paarl #804A35

RGB

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

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

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

R = 50.2%
G = 29.02%
B = 20.78%

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

#804A35 (or 0x804A35) is known color: Paarl. HEX triplet: 80, 4A and 35. RGB value is (128,74,53). Sum of RGB (Red+Green+Blue) = 128+74+53=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #804A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A35 is #7FB5CA. Grayscale: #575757. Windows color (decimal): -8369611 or 3492480. OLE color: 3492480.

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

Color convert

RGB 128 74 53 -
CMYK 0 0.42 0.59 0.50
HSL 16.8º 0.41% 0.35% -
HSV(B) 16.8º 0.59% 0.5% -
XYZ 11.99 9.74 4.62 -
YUV 87.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 128 74 53 0 0.42 0.59 0.50 16.8 0.41 0.35
Hex 80 4A 35 0 2A 3B 32 11 29 23
Octal 200 112 65 0 52 73 62 21 51 43
Binary 10000000 1001010 110101 0 101010 111011 110010 10001 101001 100011

Color Harmonies of #804A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A35

Black with #804A35

Text Example


Text Example

White with #804A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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