#824C33

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

Shades of Paarl #824C33

Tints of Paarl #824C33

Color information

#824C33 (or 0x824C33) is unknown color: approx Paarl. HEX triplet: 82, 4C and 33. RGB value is (130,76,51). Sum of RGB (Red+Green+Blue) = 130+76+51=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #824C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C33 is #7DB3CC. Grayscale: #595959. Windows color (decimal): -8238029 or 3361922. OLE color: 3361922.

HSL color Cylindrical-coordinate representation of color #824C33: hue angle of 18.99º 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 #824C33 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1307651-
CMYK00.420.610.49
HSL18.99º43.65%35.49%-
HSV(B)18.99º60.77%50.98%-
XYZ12.3910.154.44-
YUV89.3106.39157.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=50.58%
G=29.57%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130765100.420.610.4918.9943.6535.49
Hex824C3302A3D31132c23
Octal202114630527561235443
Binary100000101001100110011010101011110111000110011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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