Html Css Color HEX #824C36 Paarl

📋 copy color: '#824C36'

red 130 ◦ green 76 ◦ blue 54

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

Shades of Paarl #824C36

Tints of Paarl #824C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 50%
G = 29.23%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#824C36 (or 0x824C36) is known color: Paarl. HEX triplet: 82, 4C and 36. RGB value is (130,76,54). Sum of RGB (Red+Green+Blue) = 130+76+54=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #824C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C36 is #7DB3C9. Grayscale: #595959. Windows color (decimal): -8238026 or 3558530. OLE color: 3558530.

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

Color convert

RGB 130 76 54 -
CMYK 0 0.42 0.58 0.49
HSL 17.37º 0.41% 0.36% -
HSV(B) 17.37º 0.58% 0.51% -
XYZ 12.46 10.18 4.8 -
YUV 89.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 130 76 54 0 0.42 0.58 0.49 17.37 0.41 0.36
Hex 82 4C 36 0 2A 3A 31 11 29 24
Octal 202 114 66 0 52 72 61 21 51 44
Binary 10000010 1001100 110110 0 101010 111010 110001 10001 101001 100100

Color Harmonies of #824C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C36

Black with #824C36

Text Example


Text Example

White with #824C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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