#824B33

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

Shades of Paarl #824B33

Tints of Paarl #824B33

Color information

#824B33 (or 0x824B33) is unknown color: approx Paarl. HEX triplet: 82, 4B and 33. RGB value is (130,75,51). Sum of RGB (Red+Green+Blue) = 130+75+51=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #824B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B33 is #7DB4CC. Grayscale: #585858. Windows color (decimal): -8238285 or 3361666. OLE color: 3361666.

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

Color convert

RGB1307551-
CMYK00.420.610.49
HSL18.23º43.65%35.49%-
HSV(B)18.23º60.77%50.98%-
XYZ12.3210.024.42-
YUV88.71106.72157.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=50.78%
G=29.30%
B=19.92%

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
Decimal130755100.420.610.4918.2343.6535.49
Hex824B3302A3D31122c23
Octal202113630527561225443
Binary100000101001011110011010101011110111000110010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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