Html Css Color HEX #804930 Paarl

📋 copy color: '#804930'

red 128 ◦ green 73 ◦ blue 48

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

Shades of Paarl #804930

Tints of Paarl #804930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 51.41%
G = 29.32%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#804930 (or 0x804930) is known color: Paarl. HEX triplet: 80, 49 and 30. RGB value is (128,73,48). Sum of RGB (Red+Green+Blue) = 128+73+48=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #804930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804930 is #7FB6CF. Grayscale: #565656. Windows color (decimal): -8369872 or 3164544. OLE color: 3164544.

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

Color convert

RGB 128 73 48 -
CMYK 0 0.43 0.62 0.50
HSL 18.75º 0.45% 0.35% -
HSV(B) 18.75º 0.63% 0.5% -
XYZ 11.82 9.57 4.02 -
YUV 86.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 128 73 48 0 0.43 0.62 0.50 18.75 0.45 0.35
Hex 80 49 30 0 2B 3E 32 13 2D 23
Octal 200 111 60 0 53 76 62 23 55 43
Binary 10000000 1001001 110000 0 101011 111110 110010 10011 101101 100011

Color Harmonies of #804930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804930

Black with #804930

Text Example


Text Example

White with #804930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804930; }

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

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

background-color css

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

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

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

border-color css

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

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

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