Html Css Color HEX #824630 Paarl

📋 copy color: '#824630'

red 130 ◦ green 70 ◦ blue 48

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

Shades of Paarl #824630

Tints of Paarl #824630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

 BLUE value IS 48 (19.14% from 255) = 19.35%

R = 52.42%
G = 28.23%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#824630 (or 0x824630) is known color: Paarl. HEX triplet: 82, 46 and 30. RGB value is (130,70,48). Sum of RGB (Red+Green+Blue) = 130+70+48=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #824630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824630 is #7DB9CF. Grayscale: #555555. Windows color (decimal): -8239568 or 3163778. OLE color: 3163778.

HSL color Cylindrical-coordinate representation of color #824630: hue angle of 16.1º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #824630 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 48 -
CMYK 0 0.46 0.63 0.49
HSL 16.1º 0.46% 0.35% -
HSV(B) 16.1º 0.63% 0.51% -
XYZ 11.93 9.34 3.97 -
YUV 85.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 130 70 48 0 0.46 0.63 0.49 16.1 0.46 0.35
Hex 82 46 30 0 2E 3F 31 10 2E 23
Octal 202 106 60 0 56 77 61 20 56 43
Binary 10000010 1000110 110000 0 101110 111111 110001 10000 101110 100011

Color Harmonies of #824630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824630

Black with #824630

Text Example


Text Example

White with #824630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824630; }

 p { color: rgb(130,70,48); }

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

background-color css

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

 a { background-color: rgb(130,70,48); }

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

border-color css

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

 span { border-color: rgb(130,70,48); }

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