Html Css Color HEX #824933 Paarl

📋 copy color: '#824933'

red 130 ◦ green 73 ◦ blue 51

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

Shades of Paarl #824933

Tints of Paarl #824933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.08%

R = 51.18%
G = 28.74%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#824933 (or 0x824933) is known color: Paarl. HEX triplet: 82, 49 and 33. RGB value is (130,73,51). Sum of RGB (Red+Green+Blue) = 130+73+51=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #824933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824933 is #7DB6CC. Grayscale: #575757. Windows color (decimal): -8238797 or 3361154. OLE color: 3361154.

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

Color convert

RGB 130 73 51 -
CMYK 0 0.44 0.61 0.49
HSL 16.71º 0.44% 0.35% -
HSV(B) 16.71º 0.61% 0.51% -
XYZ 12.19 9.75 4.37 -
YUV 87.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 130 73 51 0 0.44 0.61 0.49 16.71 0.44 0.35
Hex 82 49 33 0 2C 3D 31 11 2C 23
Octal 202 111 63 0 54 75 61 21 54 43
Binary 10000010 1001001 110011 0 101100 111101 110001 10001 101100 100011

Color Harmonies of #824933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824933

Black with #824933

Text Example


Text Example

White with #824933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824933; }

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

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

background-color css

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

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

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

border-color css

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

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

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