Html Css Color HEX #824C34 Paarl

📋 copy color: '#824C34'

red 130 ◦ green 76 ◦ blue 52

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

Shades of Paarl #824C34

Tints of Paarl #824C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

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

R = 50.39%
G = 29.46%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#824C34 (or 0x824C34) is known color: Paarl. HEX triplet: 82, 4C and 34. RGB value is (130,76,52). Sum of RGB (Red+Green+Blue) = 130+76+52=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #824C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C34 is #7DB3CB. Grayscale: #595959. Windows color (decimal): -8238028 or 3427458. OLE color: 3427458.

HSL color Cylindrical-coordinate representation of color #824C34: hue angle of 18.46º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #824C34 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 52 -
CMYK 0 0.42 0.60 0.49
HSL 18.46º 0.43% 0.36% -
HSV(B) 18.46º 0.6% 0.51% -
XYZ 12.41 10.16 4.56 -
YUV 89.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 130 76 52 0 0.42 0.60 0.49 18.46 0.43 0.36
Hex 82 4C 34 0 2A 3C 31 12 2B 24
Octal 202 114 64 0 52 74 61 22 53 44
Binary 10000010 1001100 110100 0 101010 111100 110001 10010 101011 100100

Color Harmonies of #824C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C34

Black with #824C34

Text Example


Text Example

White with #824C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824C34; }

 p { color: rgb(130,76,52); }

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

background-color css

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

 a { background-color: rgb(130,76,52); }

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

border-color css

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

 span { border-color: rgb(130,76,52); }

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