Html Css Color HEX #824732 Paarl

📋 copy color: '#824732'

red 130 ◦ green 71 ◦ blue 50

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

Shades of Paarl #824732

Tints of Paarl #824732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 51.79%
G = 28.29%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#824732 (or 0x824732) is known color: Paarl. HEX triplet: 82, 47 and 32. RGB value is (130,71,50). Sum of RGB (Red+Green+Blue) = 130+71+50=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #824732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824732 is #7DB8CD. Grayscale: #565656. Windows color (decimal): -8239310 or 3295106. OLE color: 3295106.

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

Color convert

RGB 130 71 50 -
CMYK 0 0.45 0.62 0.49
HSL 15.75º 0.44% 0.35% -
HSV(B) 15.75º 0.62% 0.51% -
XYZ 12.03 9.48 4.21 -
YUV 86.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 130 71 50 0 0.45 0.62 0.49 15.75 0.44 0.35
Hex 82 47 32 0 2D 3E 31 10 2C 23
Octal 202 107 62 0 55 76 61 20 54 43
Binary 10000010 1000111 110010 0 101101 111110 110001 10000 101100 100011

Color Harmonies of #824732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824732

Black with #824732

Text Example


Text Example

White with #824732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824732; }

 p { color: rgb(130,71,50); }

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

background-color css

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

 a { background-color: rgb(130,71,50); }

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

border-color css

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

 span { border-color: rgb(130,71,50); }

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