Html Css Color HEX #514238 Paco

📋 copy color: '#514238'

red 81 ◦ green 66 ◦ blue 56

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

Shades of Paco #514238

Tints of Paco #514238

RGB

 RED value IS 81 (32.03% from 255) = 39.9%

 GREEN value IS 66 (26.17% from 255) = 32.51%

 BLUE value IS 56 (22.27% from 255) = 27.59%

R = 39.9%
G = 32.51%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#514238 (or 0x514238) is known color: 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

RGB 81 66 56 -
CMYK 0 0.19 0.31 0.68
HSL 24º 0.18% 0.27% -
HSV(B) 24º 0.31% 0.32% -
XYZ 6.06 5.93 4.57 -
YUV 69.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 81 66 56 0 0.19 0.31 0.68 24 0.18 0.27
Hex 51 42 38 0 13 1F 44 18 12 1B
Octal 121 102 70 0 23 37 104 30 22 33
Binary 1010001 1000010 111000 0 10011 11111 1000100 11000 10010 11011

Color Harmonies of #514238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514238

Black with #514238

Text Example


Text Example

White with #514238

Text Example


Text Example

HTML Codes & Css Web 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>