Html Css Color HEX #824B32 Paarl

📋 copy color: '#824B32'

red 130 ◦ green 75 ◦ blue 50

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

Shades of Paarl #824B32

Tints of Paarl #824B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.61%

R = 50.98%
G = 29.41%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#824B32 (or 0x824B32) is known color: Paarl. HEX triplet: 82, 4B and 32. RGB value is (130,75,50). Sum of RGB (Red+Green+Blue) = 130+75+50=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #824B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B32 is #7DB4CD. Grayscale: #585858. Windows color (decimal): -8238286 or 3296130. OLE color: 3296130.

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

Color convert

RGB 130 75 50 -
CMYK 0 0.42 0.62 0.49
HSL 18.75º 0.44% 0.35% -
HSV(B) 18.75º 0.62% 0.51% -
XYZ 12.3 10.01 4.3 -
YUV 88.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 130 75 50 0 0.42 0.62 0.49 18.75 0.44 0.35
Hex 82 4B 32 0 2A 3E 31 13 2C 23
Octal 202 113 62 0 52 76 61 23 54 43
Binary 10000010 1001011 110010 0 101010 111110 110001 10011 101100 100011

Color Harmonies of #824B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B32

Black with #824B32

Text Example


Text Example

White with #824B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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