#824632

Color #824632 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #824632

Tints of Paarl #824632

Color information

#824632 (or 0x824632) is unknown color: approx Paarl. HEX triplet: 82, 46 and 32. RGB value is (130,70,50). Sum of RGB (Red+Green+Blue) = 130+70+50=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #824632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824632 is #7DB9CD. Grayscale: #555555. Windows color (decimal): -8239566 or 3294850. OLE color: 3294850.

HSL color Cylindrical-coordinate representation of color #824632: hue angle of 15º 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 #824632 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1307050-
CMYK00.460.620.49
HSL15º44.44%35.29%-
HSV(B)15º61.54%50.98%-
XYZ11.979.364.19-
YUV85.66107.88159.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 50 (19.92% from 255) = 20%
R=52%
G=28%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130705000.460.620.491544.4435.29
Hex82463202E3E31f2c23
Octal202106620567661175443
Binary10000010100011011001001011101111101100011111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824632; }

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

 H1.HeaderClassName
 {
   color: #824632;
 }
 .AnyTagClassName
 {
   color: #824632;
 }
</style>
background-color css

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

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

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

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

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

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