Html Css Color HEX #814835 Paarl

📋 copy color: '#814835'

red 129 ◦ green 72 ◦ blue 53

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

Shades of Paarl #814835

Tints of Paarl #814835

RGB

 RED value IS 129 (50.78% from 255) = 50.79%

 GREEN value IS 72 (28.52% from 255) = 28.35%

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 50.79%
G = 28.35%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#814835 (or 0x814835) is known color: Paarl. HEX triplet: 81, 48 and 35. RGB value is (129,72,53). Sum of RGB (Red+Green+Blue) = 129+72+53=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #814835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814835 is #7EB7CA. Grayscale: #575757. Windows color (decimal): -8304587 or 3491969. OLE color: 3491969.

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

Color convert

RGB 129 72 53 -
CMYK 0 0.44 0.59 0.49
HSL 15º 0.42% 0.36% -
HSV(B) 15º 0.59% 0.51% -
XYZ 12.01 9.56 4.58 -
YUV 86.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 129 72 53 0 0.44 0.59 0.49 15 0.42 0.36
Hex 81 48 35 0 2C 3B 31 F 2A 24
Octal 201 110 65 0 54 73 61 17 52 44
Binary 10000001 1001000 110101 0 101100 111011 110001 1111 101010 100100

Color Harmonies of #814835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814835

Black with #814835

Text Example


Text Example

White with #814835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814835; }

 p { color: rgb(129,72,53); }

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

background-color css

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

 a { background-color: rgb(129,72,53); }

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

border-color css

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

 span { border-color: rgb(129,72,53); }

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