Html Css Color HEX #824836 Paarl

📋 copy color: '#824836'

red 130 ◦ green 72 ◦ blue 54

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

Shades of Paarl #824836

Tints of Paarl #824836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 54 (21.48% from 255) = 21.09%

R = 50.78%
G = 28.13%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#824836 (or 0x824836) is known color: Paarl. HEX triplet: 82, 48 and 36. RGB value is (130,72,54). Sum of RGB (Red+Green+Blue) = 130+72+54=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #824836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824836 is #7DB7C9. Grayscale: #575757. Windows color (decimal): -8239050 or 3557506. OLE color: 3557506.

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

Color convert

RGB 130 72 54 -
CMYK 0 0.45 0.58 0.49
HSL 14.21º 0.41% 0.36% -
HSV(B) 14.21º 0.58% 0.51% -
XYZ 12.19 9.65 4.71 -
YUV 87.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 130 72 54 0 0.45 0.58 0.49 14.21 0.41 0.36
Hex 82 48 36 0 2D 3A 31 E 29 24
Octal 202 110 66 0 55 72 61 16 51 44
Binary 10000010 1001000 110110 0 101101 111010 110001 1110 101001 100100

Color Harmonies of #824836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824836

Black with #824836

Text Example


Text Example

White with #824836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824836; }

 p { color: rgb(130,72,54); }

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

background-color css

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

 a { background-color: rgb(130,72,54); }

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

border-color css

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

 span { border-color: rgb(130,72,54); }

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