Html Css Color HEX #514833 Punga

📋 copy color: '#514833'

red 81 ◦ green 72 ◦ blue 51

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

Shades of Punga #514833

Tints of Punga #514833

RGB

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

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

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

R = 39.71%
G = 35.29%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#514833 (or 0x514833) is known color: Punga. HEX triplet: 51, 48 and 33. RGB value is (81,72,51). Sum of RGB (Red+Green+Blue) = 81+72+51=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #514833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514833 is #AEB7CC. Grayscale: #484848. Windows color (decimal): -11450317 or 3360849. OLE color: 3360849.

HSL color Cylindrical-coordinate representation of color #514833: hue angle of 42º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #514833 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 72 51 -
CMYK 0 0.11 0.37 0.68
HSL 42º 0.23% 0.26% -
HSV(B) 42º 0.37% 0.32% -
XYZ 6.31 6.62 4.08 -
YUV 72.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 81 72 51 0 0.11 0.37 0.68 42 0.23 0.26
Hex 51 48 33 0 B 25 44 2A 17 1A
Octal 121 110 63 0 13 45 104 52 27 32
Binary 1010001 1001000 110011 0 1011 100101 1000100 101010 10111 11010

Color Harmonies of #514833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514833

Black with #514833

Text Example


Text Example

White with #514833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514833; }

 p { color: rgb(81,72,51); }

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

background-color css

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

 a { background-color: rgb(81,72,51); }

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

border-color css

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

 span { border-color: rgb(81,72,51); }

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