#514238

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

Shades of Paco #514238

Tints of Paco #514238

Color information

#514238 (or 0x514238) is unknown color: approx Paco. HEX triplet: 51, 42 and 38. RGB value is (81,66,56). Sum of RGB (Red+Green+Blue) = 81+66+56=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514238 is #AEBDC7. Grayscale: #454545. Windows color (decimal): -11451848 or 3686993. OLE color: 3686993.

HSL color Cylindrical-coordinate representation of color #514238: hue angle of 24º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514238 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB816656-
CMYK00.190.310.68
HSL24º18.25%26.86%-
HSV(B)24º30.86%31.76%-
XYZ6.065.934.57-
YUV69.34120.47136.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=39.90%
G=32.51%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81665600.190.310.682418.2526.86
Hex5142380131F4418121b
Octal1211027002337104302233
Binary10100011000010111000010011111111000100110001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514238; }

 p { color: rgb(81,66,56); }

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

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

 a { background-color: rgb(81,66,56); }

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

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

 span { border-color: rgb(81,66,56); }

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