#814B36

Color #814B36 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #814B36

Tints of Paarl #814B36

Color information

#814B36 (or 0x814B36) is unknown color: approx Paarl. HEX triplet: 81, 4B and 36. RGB value is (129,75,54). Sum of RGB (Red+Green+Blue) = 129+75+54=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #814B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B36 is #7EB4C9. Grayscale: #585858. Windows color (decimal): -8303818 or 3558273. OLE color: 3558273.

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

Color convert

RGB1297554-
CMYK00.420.580.49
HSL16.8º40.98%35.88%-
HSV(B)16.8º58.14%50.59%-
XYZ12.249.974.77-
YUV88.75108.39156.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 29.07%
BLUE value IS 54 (21.48% from 255) = 20.93%
R=50%
G=29.07%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129755400.420.580.4916.840.9835.88
Hex814B3602A3A31112924
Octal201113660527261215144
Binary100000011001011110110010101011101011000110001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #814B36;
 }
 .AnyTagClassName
 {
   color: #814B36;
 }
</style>
background-color css

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

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

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

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

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

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