Html Css Color HEX #824B36 Paarl

📋 copy color: '#824B36'

red 130 ◦ green 75 ◦ blue 54

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

Shades of Paarl #824B36

Tints of Paarl #824B36

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.96%

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

R = 50.19%
G = 28.96%
B = 20.85%

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

#824B36 (or 0x824B36) is known color: Paarl. HEX triplet: 82, 4B and 36. RGB value is (130,75,54). Sum of RGB (Red+Green+Blue) = 130+75+54=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #824B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B36 is #7DB4C9. Grayscale: #595959. Windows color (decimal): -8238282 or 3558274. OLE color: 3558274.

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

Color convert

RGB 130 75 54 -
CMYK 0 0.42 0.58 0.49
HSL 16.58º 0.41% 0.36% -
HSV(B) 16.58º 0.58% 0.51% -
XYZ 12.39 10.04 4.78 -
YUV 89.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 130 75 54 0 0.42 0.58 0.49 16.58 0.41 0.36
Hex 82 4B 36 0 2A 3A 31 11 29 24
Octal 202 113 66 0 52 72 61 21 51 44
Binary 10000010 1001011 110110 0 101010 111010 110001 10001 101001 100100

Color Harmonies of #824B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B36

Black with #824B36

Text Example


Text Example

White with #824B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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