Html Css Color HEX #514633 Punga

📋 copy color: '#514633'

red 81 ◦ green 70 ◦ blue 51

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

Shades of Punga #514633

Tints of Punga #514633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.65%

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

R = 40.1%
G = 34.65%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#514633 (or 0x514633) is known color: Punga. HEX triplet: 51, 46 and 33. RGB value is (81,70,51). Sum of RGB (Red+Green+Blue) = 81+70+51=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #514633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514633 is #AEB9CC. Grayscale: #474747. Windows color (decimal): -11450829 or 3360337. OLE color: 3360337.

HSL color Cylindrical-coordinate representation of color #514633: hue angle of 38º 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 #514633 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 51 -
CMYK 0 0.14 0.37 0.68
HSL 38º 0.23% 0.26% -
HSV(B) 38º 0.37% 0.32% -
XYZ 6.18 6.37 4.04 -
YUV 71.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 81 70 51 0 0.14 0.37 0.68 38 0.23 0.26
Hex 51 46 33 0 E 25 44 26 17 1A
Octal 121 106 63 0 16 45 104 46 27 32
Binary 1010001 1000110 110011 0 1110 100101 1000100 100110 10111 11010

Color Harmonies of #514633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514633

Black with #514633

Text Example


Text Example

White with #514633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514633; }

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

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

background-color css

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

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

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

border-color css

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

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

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