Html Css Color HEX #814733 Paarl

📋 copy color: '#814733'

red 129 ◦ green 71 ◦ blue 51

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

Shades of Paarl #814733

Tints of Paarl #814733

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 51.39%
G = 28.29%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#814733 (or 0x814733) is known color: Paarl. HEX triplet: 81, 47 and 33. RGB value is (129,71,51). Sum of RGB (Red+Green+Blue) = 129+71+51=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #814733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814733 is #7EB8CC. Grayscale: #565656. Windows color (decimal): -8304845 or 3360641. OLE color: 3360641.

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

Color convert

RGB 129 71 51 -
CMYK 0 0.45 0.60 0.49
HSL 15.38º 0.43% 0.35% -
HSV(B) 15.38º 0.6% 0.51% -
XYZ 11.9 9.41 4.32 -
YUV 86.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 129 71 51 0 0.45 0.60 0.49 15.38 0.43 0.35
Hex 81 47 33 0 2D 3C 31 F 2B 23
Octal 201 107 63 0 55 74 61 17 53 43
Binary 10000001 1000111 110011 0 101101 111100 110001 1111 101011 100011

Color Harmonies of #814733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814733

Black with #814733

Text Example


Text Example

White with #814733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814733; }

 p { color: rgb(129,71,51); }

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

background-color css

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

 a { background-color: rgb(129,71,51); }

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

border-color css

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

 span { border-color: rgb(129,71,51); }

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