Html Css Color HEX #824D38 Paarl

📋 copy color: '#824D38'

red 130 ◦ green 77 ◦ blue 56

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

Shades of Paarl #824D38

Tints of Paarl #824D38

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.28%

 BLUE value IS 56 (22.27% from 255) = 21.29%

R = 49.43%
G = 29.28%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#824D38 (or 0x824D38) is known color: Paarl. HEX triplet: 82, 4D and 38. RGB value is (130,77,56). Sum of RGB (Red+Green+Blue) = 130+77+56=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #824D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D38 is #7DB2C7. Grayscale: #5A5A5A. Windows color (decimal): -8237768 or 3689858. OLE color: 3689858.

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

Color convert

RGB 130 77 56 -
CMYK 0 0.41 0.57 0.49
HSL 17.03º 0.4% 0.36% -
HSV(B) 17.03º 0.57% 0.51% -
XYZ 12.57 10.34 5.07 -
YUV 90.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 130 77 56 0 0.41 0.57 0.49 17.03 0.4 0.36
Hex 82 4D 38 0 29 39 31 11 28 24
Octal 202 115 70 0 51 71 61 21 50 44
Binary 10000010 1001101 111000 0 101001 111001 110001 10001 101000 100100

Color Harmonies of #824D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D38

Black with #824D38

Text Example


Text Example

White with #824D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,77,56); }

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

background-color css

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

 a { background-color: rgb(130,77,56); }

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

border-color css

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

 span { border-color: rgb(130,77,56); }

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