Html Css Color HEX #824930 Paarl

📋 copy color: '#824930'

red 130 ◦ green 73 ◦ blue 48

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

Shades of Paarl #824930

Tints of Paarl #824930

RGB

 RED value IS 130 (51.17% from 255) = 51.79%

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

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

R = 51.79%
G = 29.08%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#824930 (or 0x824930) is known color: Paarl. HEX triplet: 82, 49 and 30. RGB value is (130,73,48). Sum of RGB (Red+Green+Blue) = 130+73+48=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #824930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824930 is #7DB6CF. Grayscale: #575757. Windows color (decimal): -8238800 or 3164546. OLE color: 3164546.

HSL color Cylindrical-coordinate representation of color #824930: hue angle of 18.29º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #824930 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 48 -
CMYK 0 0.44 0.63 0.49
HSL 18.29º 0.46% 0.35% -
HSV(B) 18.29º 0.63% 0.51% -
XYZ 12.12 9.72 4.03 -
YUV 87.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 130 73 48 0 0.44 0.63 0.49 18.29 0.46 0.35
Hex 82 49 30 0 2C 3F 31 12 2E 23
Octal 202 111 60 0 54 77 61 22 56 43
Binary 10000010 1001001 110000 0 101100 111111 110001 10010 101110 100011

Color Harmonies of #824930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824930

Black with #824930

Text Example


Text Example

White with #824930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824930; }

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

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

background-color css

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

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

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

border-color css

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

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

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