Html Css Color HEX #824C37 Paarl

📋 copy color: '#824C37'

red 130 ◦ green 76 ◦ blue 55

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

Shades of Paarl #824C37

Tints of Paarl #824C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 49.81%
G = 29.12%
B = 21.07%

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

#824C37 (or 0x824C37) is known color: Paarl. HEX triplet: 82, 4C and 37. RGB value is (130,76,55). Sum of RGB (Red+Green+Blue) = 130+76+55=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #824C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C37 is #7DB3C8. Grayscale: #595959. Windows color (decimal): -8238025 or 3624066. OLE color: 3624066.

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

Color convert

RGB 130 76 55 -
CMYK 0 0.42 0.58 0.49
HSL 16.8º 0.41% 0.36% -
HSV(B) 16.8º 0.58% 0.51% -
XYZ 12.48 10.19 4.92 -
YUV 89.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 130 76 55 0 0.42 0.58 0.49 16.8 0.41 0.36
Hex 82 4C 37 0 2A 3A 31 11 29 24
Octal 202 114 67 0 52 72 61 21 51 44
Binary 10000010 1001100 110111 0 101010 111010 110001 10001 101001 100100

Color Harmonies of #824C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C37

Black with #824C37

Text Example


Text Example

White with #824C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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